GoogleCloudRunV2VolumeMount constructor

GoogleCloudRunV2VolumeMount({
  1. String? mountPath,
  2. String? name,
  3. String? subPath,
})

Implementation

GoogleCloudRunV2VolumeMount({this.mountPath, this.name, this.subPath});