Class ExportEvaluationRunsResponse
Response message for EvaluationService.ExportEvaluationRuns.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class ExportEvaluationRunsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EvaluationRunsContent
The content of the exported Evaluation Runs. This will be populated if gcs_uri was not specified in the request.
Declaration
[JsonProperty("evaluationRunsContent")]
public virtual string EvaluationRunsContent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EvaluationRunsUri
The Google Cloud Storage URI folder where the exported Evaluation Runs were written. This will be populated if gcs_uri was specified in the request.
Declaration
[JsonProperty("evaluationRunsUri")]
public virtual string EvaluationRunsUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |