GoogleCloudRunV2ExportStatusResponse constructor
GoogleCloudRunV2ExportStatusResponse({
- List<
GoogleCloudRunV2ImageExportStatus> ? imageExportStatuses, - String? operationId,
- String? operationState,
Implementation
GoogleCloudRunV2ExportStatusResponse({
this.imageExportStatuses,
this.operationId,
this.operationState,
});