GoogleCloudRunV2ListWorkerPoolsResponse constructor

GoogleCloudRunV2ListWorkerPoolsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudRunV2WorkerPool>? workerPools,
})

Implementation

GoogleCloudRunV2ListWorkerPoolsResponse({
  this.nextPageToken,
  this.workerPools,
});