GoogleCloudRunV2Volume constructor
GoogleCloudRunV2Volume({
- GoogleCloudRunV2CloudSqlInstance? cloudSqlInstance,
- GoogleCloudRunV2EmptyDirVolumeSource? emptyDir,
- GoogleCloudRunV2GCSVolumeSource? gcs,
- String? name,
- GoogleCloudRunV2NFSVolumeSource? nfs,
- GoogleCloudRunV2SecretVolumeSource? secret,
Implementation
GoogleCloudRunV2Volume({
this.cloudSqlInstance,
this.emptyDir,
this.gcs,
this.name,
this.nfs,
this.secret,
});