GoogleApi.CloudBuild.V1.Model.ListWorkerPoolsResponse (google_api_cloud_build v0.38.0) View Source
Response containing existing WorkerPools.
Attributes
-
nextPageToken(type:String.t, default:nil) - Continuation token used to page through large result sets. Provide this value in a subsequent ListWorkerPoolsRequest to return the next page of results. -
workerPools(type:list(GoogleApi.CloudBuild.V1.Model.WorkerPool.t), default:nil) -WorkerPoolsfor the specified project.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudBuild.V1.Model.ListWorkerPoolsResponse{
nextPageToken: String.t() | nil,
workerPools: [GoogleApi.CloudBuild.V1.Model.WorkerPool.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.