GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions constructor

GoogleCloudDataplexV1DataDiscoverySpecStorageConfigCsvOptions({
  1. String? delimiter,
  2. String? encoding,
  3. int? headerRows,
  4. String? quote,
  5. bool? typeInferenceDisabled,
})

Implementation

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