GoogleCloudDataplexV1StorageFormatCsvOptions constructor

GoogleCloudDataplexV1StorageFormatCsvOptions({
  1. String? delimiter,
  2. String? encoding,
  3. int? headerRows,
  4. String? quote,
})

Implementation

GoogleCloudDataplexV1StorageFormatCsvOptions({
  this.delimiter,
  this.encoding,
  this.headerRows,
  this.quote,
});