GoogleCloudContactcenterinsightsV1Container constructor
GoogleCloudContactcenterinsightsV1Container({
- String? containerId,
- GoogleCloudContactcenterinsightsV1DateRangeConfig? dateRangeConfig,
- String? description,
- String? displayName,
- String? filter,
- int? height,
- List<
GoogleCloudContactcenterinsightsV1Widget> ? widgets, - int? width,
Implementation
GoogleCloudContactcenterinsightsV1Container({
this.containerId,
this.dateRangeConfig,
this.description,
this.displayName,
this.filter,
this.height,
this.widgets,
this.width,
});