GoogleCloudAiplatformV1ShieldedVmConfig.fromJson constructor
GoogleCloudAiplatformV1ShieldedVmConfig.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1ShieldedVmConfig.fromJson(core.Map json_)
: this(
enableSecureBoot: json_['enableSecureBoot'] as core.bool?,
);