Show / Hide Table of Contents

Class ListWorkerPoolsResponse

Response containing existing WorkerPools.

Inheritance
object
ListWorkerPoolsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX