Class GoogleCloudContactcenterinsightsV1ListDashboardsResponse
The response of listing dashboards.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1ListDashboardsResponse : IDirectResponseSchema
Properties
Dashboards
The dashboards under the parent.
Declaration
[JsonProperty("dashboards")]
public virtual IList<GoogleCloudContactcenterinsightsV1Dashboard> Dashboards { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudContactcenterinsightsV1Dashboard> |
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 ListDashboardsResponse. This value indicates that this is a continuation of
a prior ListDashboards 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 |