GoogleCloudAiplatformV1ToolParallelAiSearch.fromJson constructor

GoogleCloudAiplatformV1ToolParallelAiSearch.fromJson(
  1. 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,
    );