Class ExportEvaluationsRequest
Request message for EvaluationService.ExportEvaluations.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class ExportEvaluationsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExportOptions
Optional. The export options for the evaluations.
Declaration
[JsonProperty("exportOptions")]
public virtual ExportOptions ExportOptions { get; set; }
Property Value
| Type | Description |
|---|---|
| ExportOptions |
IncludeEvaluationResults
Optional. Includes evaluation results in the export. At least one of include_evaluation_results or include_evaluations must be set.
Declaration
[JsonProperty("includeEvaluationResults")]
public virtual bool? IncludeEvaluationResults { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
IncludeEvaluations
Optional. Includes evaluations in the export. At least one of include_evaluation_results or include_evaluations must be set.
Declaration
[JsonProperty("includeEvaluations")]
public virtual bool? IncludeEvaluations { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Names
Required. The resource names of the evaluations to export.
Declaration
[JsonProperty("names")]
public virtual IList<string> Names { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |