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