GoogleCloudAiplatformV1VertexAISearch.fromJson constructor
GoogleCloudAiplatformV1VertexAISearch.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1VertexAISearch.fromJson(core.Map json_)
: this(
datastore: json_.containsKey('datastore')
? json_['datastore'] as core.String
: null,
);