GoogleCloudRunV2ImageExportStatus constructor
GoogleCloudRunV2ImageExportStatus({
- String? exportJobState,
- String? exportedImageDigest,
- UtilStatusProto? status,
- String? tag,
Implementation
GoogleCloudRunV2ImageExportStatus({
this.exportJobState,
this.exportedImageDigest,
this.status,
this.tag,
});