Class GoogleCloudContactcenterinsightsV1ListIssuesResponse
The response of listing issues.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1ListIssuesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Issues
The issues that match the request.
Declaration
[JsonProperty("issues")]
public virtual IList<GoogleCloudContactcenterinsightsV1Issue> Issues { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudContactcenterinsightsV1Issue> |