Class DashboardSettings
Settings for dashboards associated with the app, that show up in the Monitoring view.
Implements
Inherited Members
Namespace: Google.Apis.CustomerEngagementSuite.v1.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1.dll
Syntax
public class DashboardSettings : IDirectResponseSchema
Properties
DefaultDashboard
Optional. The resource name of the default Contact Center Insights dashboard associated with the app. This
is the dashboard that will be displayed when users navigate to the Monitoring view for the app. Format:
projects/{project}/locations/{location}/dashboards/{dashboard}
Declaration
[JsonProperty("defaultDashboard")]
public virtual string DefaultDashboard { 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 |