Class ListWorkerPoolsResponse
Response containing existing WorkerPools.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v1.Data
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class ListWorkerPoolsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
Continuation token used to page through large result sets. Provide this value in a subsequent ListWorkerPoolsRequest to return the next page of results.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WorkerPools
WorkerPools for the specified project.
Declaration
[JsonProperty("workerPools")]
public virtual IList<WorkerPool> WorkerPools { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<WorkerPool> |