GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue (google_api_dialogflow v0.89.0)
View SourceRepresents the value of an HTTP header stored in a SecretManager secret version.
Attributes
-
secretVersion
(type:String.t
, default:nil
) - Required. The SecretManager secret version resource storing the header value. Format:projects/{project}/secrets/{secret}/versions/{version}
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue{ secretVersion: String.t() | nil }