Class GoogleCloudContactcenterinsightsV1Container
Configurable dashboard's container. Container can contain multiple widgets.
Implements
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1.Data
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class GoogleCloudContactcenterinsightsV1Container : IDirectResponseSchema
Properties
ContainerId
Output only. Unique ID for the container.
Declaration
[JsonProperty("containerId")]
public virtual string ContainerId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DateRangeConfig
Date range config applied to all charts in the container.
Declaration
[JsonProperty("dateRangeConfig")]
public virtual GoogleCloudContactcenterinsightsV1DateRangeConfig DateRangeConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudContactcenterinsightsV1DateRangeConfig |
Description
Container description
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayName
User provided display name of the Container.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 |
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 |
Height
The height of the container in grid units.
Declaration
[JsonProperty("height")]
public virtual int? Height { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Widgets
Widgets in the Container.
Declaration
[JsonProperty("widgets")]
public virtual IList<GoogleCloudContactcenterinsightsV1Widget> Widgets { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudContactcenterinsightsV1Widget> |
Width
The width of the container in grid units.
Declaration
[JsonProperty("width")]
public virtual int? Width { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |