Interface protos.google.devtools.cloudbuild.v1.IListWorkerPoolsResponse (2.3.2)

Properties of a ListWorkerPoolsResponse.

Package

@google-cloud/cloudbuild!

Properties

nextPageToken

nextPageToken?: (string|null);

ListWorkerPoolsResponse nextPageToken

Property Value
TypeDescription
(string|null)

workerPools

workerPools?: (google.devtools.cloudbuild.v1.IWorkerPool[]|null);

ListWorkerPoolsResponse workerPools

Property Value
TypeDescription
(google.devtools.cloudbuild.v1.IWorkerPool[]|null)