GoogleCloudContactcenterinsightsV1Chart constructor

GoogleCloudContactcenterinsightsV1Chart({
  1. String? chartType,
  2. String? chartVisualizationType,
  3. String? createTime,
  4. GoogleCloudContactcenterinsightsV1ChartDataSource? dataSource,
  5. GoogleCloudContactcenterinsightsV1DateRangeConfig? dateRangeConfig,
  6. String? description,
  7. String? displayName,
  8. String? filter,
  9. int? height,
  10. String? name,
  11. String? updateTime,
  12. 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,
});