DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatCsv constructor
const
DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatCsv({
- Input<
bool?> ? header,
Creates a new DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatCsv.
header Indicates if the CSV data has a header.
Implementation
const DataQualityJobDefinitionDataQualityJobInputBatchTransformInputDatasetFormatCsv({
this.header,
});