GoogleCloudRunV2EmptyDirVolumeSource constructor

GoogleCloudRunV2EmptyDirVolumeSource({
  1. String? medium,
  2. String? sizeLimit,
})

Implementation

GoogleCloudRunV2EmptyDirVolumeSource({
  this.medium,
  this.sizeLimit,
});