GoogleCloudMlV1DiskConfig.fromJson constructor

GoogleCloudMlV1DiskConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudMlV1DiskConfig.fromJson(core.Map json_)
  : this(
      bootDiskSizeGb: json_['bootDiskSizeGb'] as core.int?,
      bootDiskType: json_['bootDiskType'] as core.String?,
    );