GoogleCloudRunV2ExportStatusResponse constructor

GoogleCloudRunV2ExportStatusResponse({
  1. List<GoogleCloudRunV2ImageExportStatus>? imageExportStatuses,
  2. String? operationId,
  3. String? operationState,
})

Implementation

GoogleCloudRunV2ExportStatusResponse({
  this.imageExportStatuses,
  this.operationId,
  this.operationState,
});