GoogleCloudContactcenterinsightsV1QaScorecard constructor

GoogleCloudContactcenterinsightsV1QaScorecard({
  1. String? createTime,
  2. String? description,
  3. String? displayName,
  4. bool? isDefault,
  5. String? name,
  6. String? source,
  7. String? updateTime,
})

Implementation

GoogleCloudContactcenterinsightsV1QaScorecard({
  this.createTime,
  this.description,
  this.displayName,
  this.isDefault,
  this.name,
  this.source,
  this.updateTime,
});