GoogleCloudRunV2ExportImageRequest constructor

GoogleCloudRunV2ExportImageRequest({
  1. String? destinationRepo,
})

Implementation

GoogleCloudRunV2ExportImageRequest({
  this.destinationRepo,
});