GoogleCloudRunV2GCSVolumeSource constructor

GoogleCloudRunV2GCSVolumeSource({
  1. String? bucket,
  2. List<String>? mountOptions,
  3. bool? readOnly,
})

Implementation

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