View Source GoogleApi.CloudBuild.V1.Model.ListWorkerPoolsResponse (google_api_cloud_build v0.50.1)

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) - WorkerPools for the specified project.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V1.Model.ListWorkerPoolsResponse{
  nextPageToken: String.t() | nil,
  workerPools: [GoogleApi.CloudBuild.V1.Model.WorkerPool.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.