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> |
EvaluationResultImportFailureCount
The number of evaluation results that either failed to import entirely or completed import with one or more errors.
Declaration
[JsonProperty("evaluationResultImportFailureCount")]
public virtual int? EvaluationResultImportFailureCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
EvaluationResults
The list of evaluation results that were imported into the app.
Declaration
[JsonProperty("evaluationResults")]
public virtual IList<EvaluationResult> EvaluationResults { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<EvaluationResult> |
EvaluationRunImportFailureCount
The number of evaluation runs that either failed to import entirely or completed import with one or more errors.
Declaration
[JsonProperty("evaluationRunImportFailureCount")]
public virtual int? EvaluationRunImportFailureCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
EvaluationRuns
The list of evaluation runs that were imported into the app.
Declaration
[JsonProperty("evaluationRuns")]
public virtual IList<EvaluationRun> EvaluationRuns { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<EvaluationRun> |
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 either failed to import entirely or completed import with one or more errors.
Declaration
[JsonProperty("importFailureCount")]
public virtual int? ImportFailureCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |