GoogleCloudContactcenterinsightsV1ListAllFeedbackLabelsResponse constructor

GoogleCloudContactcenterinsightsV1ListAllFeedbackLabelsResponse({
  1. List<GoogleCloudContactcenterinsightsV1FeedbackLabel>? feedbackLabels,
  2. String? nextPageToken,
})

Implementation

GoogleCloudContactcenterinsightsV1ListAllFeedbackLabelsResponse({
  this.feedbackLabels,
  this.nextPageToken,
});