Show / Hide Table of Contents

Class ImportEvaluationsResponse

Response message for EvaluationService.ImportEvaluations.

Inheritance
object
ImportEvaluationsResponse
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 ImportEvaluationsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ErrorMessages

Optional. A list of error messages associated with evaluations that failed to be imported.

Declaration
[JsonProperty("errorMessages")]
public virtual IList<string> ErrorMessages { get; set; }
Property Value
Type Description
IList<string>

Evaluations

The list of evaluations that were imported into the app.

Declaration
[JsonProperty("evaluations")]
public virtual IList<Evaluation> Evaluations { get; set; }
Property Value
Type Description
IList<Evaluation>

ImportFailureCount

The number of evaluations that were not imported due to errors.

Declaration
[JsonProperty("importFailureCount")]
public virtual int? ImportFailureCount { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX