GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestGcsDestination constructor

GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestGcsDestination({
  1. bool? addWhitespace,
  2. bool? alwaysPrintEmptyFields,
  3. String? format,
  4. String? objectUri,
  5. String? recordsPerFileCount,
})

Implementation

GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequestGcsDestination({
  this.addWhitespace,
  this.alwaysPrintEmptyFields,
  this.format,
  this.objectUri,
  this.recordsPerFileCount,
});