GoogleCloudContactcenterinsightsV1Dashboard constructor

GoogleCloudContactcenterinsightsV1Dashboard({
  1. String? createTime,
  2. GoogleCloudContactcenterinsightsV1DateRangeConfig? dateRangeConfig,
  3. String? description,
  4. String? displayName,
  5. String? filter,
  6. String? name,
  7. bool? readOnly,
  8. GoogleCloudContactcenterinsightsV1Container? rootContainer,
  9. String? updateTime,
})

Implementation

GoogleCloudContactcenterinsightsV1Dashboard({
  this.createTime,
  this.dateRangeConfig,
  this.description,
  this.displayName,
  this.filter,
  this.name,
  this.readOnly,
  this.rootContainer,
  this.updateTime,
});