Class ExportEvaluationsResponse
Response message for EvaluationService.ExportEvaluations.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class ExportEvaluationsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EvaluationsContent
The content of the exported Evaluations. This will be populated if gcs_uri was not specified in the request.
Declaration
[JsonProperty("evaluationsContent")]
public virtual string EvaluationsContent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EvaluationsUri
The Google Cloud Storage URI folder where the exported evaluations were written. This will be populated if gcs_uri was specified in the request.
Declaration
[JsonProperty("evaluationsUri")]
public virtual string EvaluationsUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FailedEvaluations
Output only. A map of evaluation resource names that could not be exported, to the reason why they failed.
Declaration
[JsonProperty("failedEvaluations")]
public virtual IDictionary<string, string> FailedEvaluations { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |