Class ImportEvaluationsResponse
Response message for EvaluationService.ImportEvaluations.
Implements
Inherited Members
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? |