Class GoogleCloudDialogflowV2beta1ToolTLSConfigCACert
Inheritance
GoogleCloudDialogflowV2beta1ToolTLSConfigCACert
Assembly: Google.Apis.Dialogflow.v2beta1.dll
public class GoogleCloudDialogflowV2beta1ToolTLSConfigCACert : IDirectResponseSchema
Properties
Declaration
[JsonProperty("cert")]
public virtual string Cert { get; set; }
Property Value
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Declaration
public virtual string ETag { get; set; }
Property Value
Implements