GoogleCloudRunV2EmptyDirVolumeSource.fromJson constructor

GoogleCloudRunV2EmptyDirVolumeSource.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRunV2EmptyDirVolumeSource.fromJson(core.Map json_)
    : this(
        medium: json_['medium'] as core.String?,
        sizeLimit: json_['sizeLimit'] as core.String?,
      );