Class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest
Inheritance
GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
EncryptionSpec
Declaration
[JsonProperty("encryptionSpec")]
public virtual GoogleCloudDialogflowV2beta1EncryptionSpec EncryptionSpec { get; set; }
Property Value
Implements