GoogleCloudRunV2VolumeMount constructor

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

Implementation

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