Class GoogleCloudDialogflowCxV3beta1AgentClientCertificateSettings
Inheritance
GoogleCloudDialogflowCxV3beta1AgentClientCertificateSettings
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1AgentClientCertificateSettings : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Passphrase
Declaration
[JsonProperty("passphrase")]
public virtual string Passphrase { get; set; }
Property Value
PrivateKey
Declaration
[JsonProperty("privateKey")]
public virtual string PrivateKey { get; set; }
Property Value
SslCertificate
Declaration
[JsonProperty("sslCertificate")]
public virtual string SslCertificate { get; set; }
Property Value
Implements