GoogleCloudAiplatformV1ShieldedVmConfig.fromJson constructor

GoogleCloudAiplatformV1ShieldedVmConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1ShieldedVmConfig.fromJson(core.Map json_)
    : this(
        enableSecureBoot: json_.containsKey('enableSecureBoot')
            ? json_['enableSecureBoot'] as core.bool
            : null,
      );