GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig.fromJson constructor
GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig.fromJson(
core.Map json_,
) : this(
secretVersionForToken: json_['secretVersionForToken'] as core.String?,
token: json_['token'] as core.String?,
);