Show / Hide Table of Contents

Class QualityReportIssue

The issue identified.

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

Properties

Description

Optional. Description of the issue found.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

OccurrenceCount

Optional. How many times this issue occurred.

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

ProposedSolution

Optional. Proposed solution to fix the issue by modifying instructions or tools.

Declaration
[JsonProperty("proposedSolution")]
public virtual string ProposedSolution { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX