GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest constructor

GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest({
  1. GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestGcsSource? gcsSource,
  2. GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestSheetsSource? sheetsSource,
  3. bool? validateOnly,
})

Implementation

GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest({
  this.gcsSource,
  this.sheetsSource,
  this.validateOnly,
});