GoogleCloudRunV2CloudStorageSource constructor

GoogleCloudRunV2CloudStorageSource({
  1. String? bucket,
  2. String? generation,
  3. String? object,
})

Implementation

GoogleCloudRunV2CloudStorageSource({
  this.bucket,
  this.generation,
  this.object,
});