GoogleCloudContactcenterinsightsV1Dashboard constructor
GoogleCloudContactcenterinsightsV1Dashboard({
- String? createTime,
- GoogleCloudContactcenterinsightsV1DateRangeConfig? dateRangeConfig,
- String? description,
- String? displayName,
- String? filter,
- String? name,
- bool? readOnly,
- GoogleCloudContactcenterinsightsV1Container? rootContainer,
- String? updateTime,
Implementation
GoogleCloudContactcenterinsightsV1Dashboard({
this.createTime,
this.dateRangeConfig,
this.description,
this.displayName,
this.filter,
this.name,
this.readOnly,
this.rootContainer,
this.updateTime,
});