GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSources.fromJson constructor
GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSources.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSources.fromJson(
core.Map json_,
) : this(
reviewSnippets:
(json_['reviewSnippets'] as core.List?)
?.map(
(value) =>
GoogleCloudAiplatformV1GroundingChunkMapsPlaceAnswerSourcesReviewSnippet.fromJson(
value as core.Map<core.String, core.dynamic>,
),
)
.toList(),
);