Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 671 Bytes

CSVDatatypeError.md

File metadata and controls

19 lines (14 loc) · 671 Bytes

swagger.model.CSVDatatypeError

Load the model package

import 'package:swagger/api.dart';

Properties

Name Type Description Notes
rowIndex int [optional] [default to null]
colIndex int [optional] [default to null]
header String [optional] [default to null]
value String [optional] [default to null]
datatype String [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]