GoogleCloudAiplatformV1GoogleMaps.fromJson constructor

GoogleCloudAiplatformV1GoogleMaps.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1GoogleMaps.fromJson(core.Map json_)
  : this(
      enableWidget: json_['enableWidget'] as core.bool?,
      groundingTypes: json_.containsKey('groundingTypes')
          ? GoogleCloudAiplatformV1GoogleMapsGroundingTypes.fromJson(
              json_['groundingTypes'] as core.Map<core.String, core.dynamic>,
            )
          : null,
    );