GoogleCloudAiplatformV1PersistentDiskSpec.fromJson constructor

GoogleCloudAiplatformV1PersistentDiskSpec.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1PersistentDiskSpec.fromJson(core.Map json_)
    : this(
        diskSizeGb: json_['diskSizeGb'] as core.String?,
        diskType: json_['diskType'] as core.String?,
      );