GoogleCloudContactcenterinsightsV1Container constructor

GoogleCloudContactcenterinsightsV1Container({
  1. String? containerId,
  2. GoogleCloudContactcenterinsightsV1DateRangeConfig? dateRangeConfig,
  3. String? description,
  4. String? displayName,
  5. String? filter,
  6. int? height,
  7. List<GoogleCloudContactcenterinsightsV1Widget>? widgets,
  8. int? width,
})

Implementation

GoogleCloudContactcenterinsightsV1Container({
  this.containerId,
  this.dateRangeConfig,
  this.description,
  this.displayName,
  this.filter,
  this.height,
  this.widgets,
  this.width,
});