GoogleCloudRunV2ListWorkerPoolsResponse constructor
GoogleCloudRunV2ListWorkerPoolsResponse({
- String? nextPageToken,
- List<
GoogleCloudRunV2WorkerPool> ? workerPools,
Implementation
GoogleCloudRunV2ListWorkerPoolsResponse({
this.nextPageToken,
this.workerPools,
});