Show / Hide Table of Contents

Class ExportOptions

Options for exporting CES evaluation resources.

Inheritance
object
ExportOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class ExportOptions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExportFormat

Optional. The format to export the evaluation results in. Defaults to JSON if not specified.

Declaration
[JsonProperty("exportFormat")]
public virtual string ExportFormat { get; set; }
Property Value
Type Description
string

GcsUri

Optional. The Google Cloud Storage URI to write the exported Evaluation Results to.

Declaration
[JsonProperty("gcsUri")]
public virtual string GcsUri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX