GoogleCloudDialogflowCxV3ToolAuthenticationApiKeyConfig.fromJson constructor
GoogleCloudDialogflowCxV3ToolAuthenticationApiKeyConfig.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3ToolAuthenticationApiKeyConfig.fromJson(
core.Map json_,
) : this(
apiKey: json_['apiKey'] as core.String?,
keyName: json_['keyName'] as core.String?,
requestLocation: json_['requestLocation'] as core.String?,
secretVersionForApiKey: json_['secretVersionForApiKey'] as core.String?,
);