Dialogflow v3 API - Class Webhook.Types.GenericWebService.Types.SecretVersionHeaderValue (3.0.0)

public sealed class Webhook.Types.GenericWebService.Types.SecretVersionHeaderValue : IMessage<Webhook.Types.GenericWebService.Types.SecretVersionHeaderValue>, IEquatable<Webhook.Types.GenericWebService.Types.SecretVersionHeaderValue>, IDeepCloneable<Webhook.Types.GenericWebService.Types.SecretVersionHeaderValue>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class Webhook.Types.GenericWebService.Types.SecretVersionHeaderValue.

Represents the value of an HTTP header stored in a SecretManager secret version.

Inheritance

object > Webhook.Types.GenericWebService.Types.SecretVersionHeaderValue

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

SecretVersionHeaderValue()

public SecretVersionHeaderValue()

SecretVersionHeaderValue(SecretVersionHeaderValue)

public SecretVersionHeaderValue(Webhook.Types.GenericWebService.Types.SecretVersionHeaderValue other)
Parameter
Name Description
other WebhookTypesGenericWebServiceTypesSecretVersionHeaderValue

Properties

SecretVersion

public string SecretVersion { get; set; }

Required. The SecretManager secret version resource storing the header value. Format: projects/{project}/secrets/{secret}/versions/{version}

Property Value
Type Description
string

SecretVersionAsSecretVersionName

public SecretVersionName SecretVersionAsSecretVersionName { get; set; }

SecretVersionName-typed view over the SecretVersion resource name property.

Property Value
Type Description
SecretVersionName