GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig.fromJson constructor

GoogleCloudDialogflowCxV3ToolAuthenticationBearerTokenConfig.fromJson(
  1. Map json_
)

Implementation

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