Class ExportOptions
Options for exporting CES evaluation resources.
Implements
Inherited Members
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 |