Class GoogleCloudContactcenterinsightsV1Widget
Represents a dashboard element, could be a nested Container or Chart.
Implements
Inherited Members
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 |