GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest constructor

GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest({
  1. String? filter,
  2. String? parent,
})

Implementation

GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest({
  this.filter,
  this.parent,
});