Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 972 Bytes

SectionGetDTO.md

File metadata and controls

21 lines (16 loc) · 972 Bytes

swagger.model.SectionGetDTO

Load the model package

import 'package:swagger/api.dart';

Properties

Name Type Description Notes
timezone String to specify if the offset is not in the date and if the timezone is different from the default one [optional] [default to null]
uri String URI of the form being updated [default to null]
createdDate String timestamp [default to null]
sectionData List<Map<String, Object>> [optional] [default to []]
commitAddress String address of the commit [default to null]
name String name of the section [default to null]
updatedDate String timestamp [default to null]

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