Class GoogleCloudContactcenterinsightsV1ListChartsResponse
The response of listing charts.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1ListChartsResponse : IDirectResponseSchema
Properties
Charts
The charts under the parent.
Declaration
[JsonProperty("charts")]
public virtual IList<GoogleCloudContactcenterinsightsV1Chart> Charts { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudContactcenterinsightsV1Chart> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
The value returned by the last ListChartsResponse. This value indicates that this is a continuation of a
prior ListCharts call and that the system should return the next page of data.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |