GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestSheetsDestination constructor

GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestSheetsDestination({
  1. String? sheetTitle,
  2. String? spreadsheetUri,
})

Implementation

GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestSheetsDestination({
  this.sheetTitle,
  this.spreadsheetUri,
});