GoogleCloudContactcenterinsightsV1View constructor

GoogleCloudContactcenterinsightsV1View({
  1. String? createTime,
  2. String? displayName,
  3. String? name,
  4. String? updateTime,
  5. String? value,
})

Implementation

GoogleCloudContactcenterinsightsV1View({
  this.createTime,
  this.displayName,
  this.name,
  this.updateTime,
  this.value,
});