Show / Hide Table of Contents

Class EvaluationRunEvaluationRunSummary

Contains the summary of passed and failed result counts for a specific evaluation in an evaluation run.

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

Properties

ETag

The ETag of the item.

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

ErrorCount

Output only. Number of error results for the associated Evaluation in this run.

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

FailedCount

Output only. Number of failed results for the associated Evaluation in this run.

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

PassedCount

Output only. Number of passed results for the associated Evaluation in this run.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX