Class QualityReportIssue
The issue identified.
Implements
Inherited Members
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 |