DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatCsv constructor

const DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatCsv({
  1. Input<bool?>? header,
})

Creates a new DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatCsv. header Indicates if the CSV data has a header.

Implementation

const DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatCsv({
  this.header,
});