GoogleCloudContactcenterinsightsV1QaScorecardRevision constructor

GoogleCloudContactcenterinsightsV1QaScorecardRevision({
  1. List<String>? alternateIds,
  2. String? createTime,
  3. String? name,
  4. GoogleCloudContactcenterinsightsV1QaScorecard? snapshot,
  5. String? state,
})

Implementation

GoogleCloudContactcenterinsightsV1QaScorecardRevision({
  this.alternateIds,
  this.createTime,
  this.name,
  this.snapshot,
  this.state,
});