GoogleCloudRunV2StorageSource constructor

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

Implementation

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