GoogleCloudRunV2SecretVolumeSource constructor

GoogleCloudRunV2SecretVolumeSource({
  1. int? defaultMode,
  2. List<GoogleCloudRunV2VersionToPath>? items,
  3. String? secret,
})

Implementation

GoogleCloudRunV2SecretVolumeSource({
  this.defaultMode,
  this.items,
  this.secret,
});