GoogleCloudAiplatformV1ToolParallelAiSearch.fromJson constructor
GoogleCloudAiplatformV1ToolParallelAiSearch.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1ToolParallelAiSearch.fromJson(core.Map json_)
: this(
apiKey: json_['apiKey'] as core.String?,
customConfigs: json_.containsKey('customConfigs')
? json_['customConfigs'] as core.Map<core.String, core.dynamic>
: null,
);