GoogleCloudContactcenterinsightsV1Chart constructor
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,
Implementation
GoogleCloudContactcenterinsightsV1Chart({
this.chartType,
this.chartVisualizationType,
this.createTime,
this.dataSource,
this.dateRangeConfig,
this.description,
this.displayName,
this.filter,
this.height,
this.name,
this.updateTime,
this.width,
});