GoogleCloudAiplatformV1ToolParameterKVMatchSpec.fromJson constructor
GoogleCloudAiplatformV1ToolParameterKVMatchSpec.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1ToolParameterKVMatchSpec.fromJson(core.Map json_)
: this(
useStrictStringMatch: json_['useStrictStringMatch'] as core.bool?,
);