GoogleCloudContactcenterinsightsV1AuthorizedView constructor

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

Implementation

GoogleCloudContactcenterinsightsV1AuthorizedView({
  this.conversationFilter,
  this.createTime,
  this.displayName,
  this.name,
  this.updateTime,
});