GoogleCloudContactcenterinsightsV1ListQaScorecardRevisionsResponse constructor

GoogleCloudContactcenterinsightsV1ListQaScorecardRevisionsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudContactcenterinsightsV1QaScorecardRevision>? qaScorecardRevisions,
})

Implementation

GoogleCloudContactcenterinsightsV1ListQaScorecardRevisionsResponse({
  this.nextPageToken,
  this.qaScorecardRevisions,
});