GoogleCloudRunV2ImageExportStatus constructor

GoogleCloudRunV2ImageExportStatus({
  1. String? exportJobState,
  2. String? exportedImageDigest,
  3. UtilStatusProto? status,
  4. String? tag,
})

Implementation

GoogleCloudRunV2ImageExportStatus({
  this.exportJobState,
  this.exportedImageDigest,
  this.status,
  this.tag,
});