Show / Hide Table of Contents

Class ExportEvaluationsResponse

Response message for EvaluationService.ExportEvaluations.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX