Class GoogleCloudDialogflowV2beta1ExportOperationMetadata
Inheritance
GoogleCloudDialogflowV2beta1ExportOperationMetadata
Assembly: Google.Apis.Dialogflow.v2beta1.dll
public class GoogleCloudDialogflowV2beta1ExportOperationMetadata : IDirectResponseSchema
Properties
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("exportedGcsDestination")]
public virtual GoogleCloudDialogflowV2beta1GcsDestination ExportedGcsDestination { get; set; }
Property Value
Implements