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