GoogleCloudRunV2ListServicesResponse constructor
GoogleCloudRunV2ListServicesResponse({
- String? nextPageToken,
- List<
GoogleCloudRunV2Service> ? services, - List<
String> ? unreachable,
Implementation
GoogleCloudRunV2ListServicesResponse({
this.nextPageToken,
this.services,
this.unreachable,
});