GoogleCloudContactcenterinsightsV1Chart class

Configurable dashboard's widget that displays data as a chart.

Constructors

GoogleCloudContactcenterinsightsV1Chart({String? chartType, String? chartVisualizationType, String? createTime, GoogleCloudContactcenterinsightsV1ChartDataSource? dataSource, GoogleCloudContactcenterinsightsV1DateRangeConfig? dateRangeConfig, String? description, String? displayName, String? filter, int? height, String? name, String? updateTime, int? width})
GoogleCloudContactcenterinsightsV1Chart.fromJson(Map json_)

Properties

chartType String?
Chart type.
getter/setter pair
chartVisualizationType String?
Chart visualization type. Possible string values are:
getter/setter pair
createTime String?
Chart create time.
getter/setter pair
dataSource GoogleCloudContactcenterinsightsV1ChartDataSource?
getter/setter pair
dateRangeConfig GoogleCloudContactcenterinsightsV1DateRangeConfig?
Date range config applied to the chart.
getter/setter pair
description String?
Chart description
getter/setter pair
displayName String?
User provided display name of the chart.
getter/setter pair
filter String?
Filter applied to all charts in the container.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int?
The height of the chart in grid units.
getter/setter pair
name String?
Identifier.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
Chart last update time.
getter/setter pair
width int?
The width of the chart in grid units.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited