GoogleCloudAiplatformV1ToolParameterKVMatchSpec.fromJson constructor

GoogleCloudAiplatformV1ToolParameterKVMatchSpec.fromJson(
  1. Map json_
)

Implementation

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