Show / Hide Table of Contents

Class DashboardSettings

Settings for dashboards associated with the app, that show up in the Monitoring view.

Inheritance
object
DashboardSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX