Show / Hide Table of Contents

Class ExportEvaluationRunsResponse

Response message for EvaluationService.ExportEvaluationRuns.

Inheritance
object
ExportEvaluationRunsResponse
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX