GoogleCloudRunV2GCSVolumeSource constructor

GoogleCloudRunV2GCSVolumeSource({
  1. String? bucket,
  2. bool? readOnly,
})

Implementation

GoogleCloudRunV2GCSVolumeSource({
  this.bucket,
  this.readOnly,
});