DiscoverInputSchemaResponse constructor

DiscoverInputSchemaResponse({
  1. SourceSchema? inputSchema,
  2. List<List<String>>? parsedInputRecords,
  3. List<String>? processedInputRecords,
  4. List<String>? rawInputRecords,
})

Implementation

DiscoverInputSchemaResponse({
  this.inputSchema,
  this.parsedInputRecords,
  this.processedInputRecords,
  this.rawInputRecords,
});