Show / Hide Table of Contents

Class GoogleCloudContactcenterinsightsV1Widget

Represents a dashboard element, could be a nested Container or Chart.

Inheritance
object
GoogleCloudContactcenterinsightsV1Widget
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.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1Widget : IDirectResponseSchema

Properties

Chart

A chart widget.

Declaration
[JsonProperty("chart")]
public virtual GoogleCloudContactcenterinsightsV1Chart Chart { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1Chart

ChartReference

A reference to a chart widget. Format: projects/{project}/locations/{location}/dashboards/{dashboard}/charts/{chart}

Declaration
[JsonProperty("chartReference")]
public virtual string ChartReference { get; set; }
Property Value
Type Description
string

Container

A container widget.

Declaration
[JsonProperty("container")]
public virtual GoogleCloudContactcenterinsightsV1Container Container { get; set; }
Property Value
Type Description
GoogleCloudContactcenterinsightsV1Container

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Filter

Filter applied to all charts in the container. Should support scope later.

Declaration
[JsonProperty("filter")]
public virtual string Filter { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX