GoogleCloudContactcenterinsightsV1ListQaScorecardsResponse constructor

GoogleCloudContactcenterinsightsV1ListQaScorecardsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudContactcenterinsightsV1QaScorecard>? qaScorecards,
})

Implementation

GoogleCloudContactcenterinsightsV1ListQaScorecardsResponse({
  this.nextPageToken,
  this.qaScorecards,
});