Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.26 KB

FormUpdateDTO.md

File metadata and controls

26 lines (21 loc) · 1.26 KB

swagger.model.FormUpdateDTO

Load the model package

import 'package:swagger/api.dart';

Properties

Name Type Description Notes
offset 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]
sectionUris List<String> [optional] [default to []]
formChildrenUris List<String> [optional] [default to []]
formParentsUris List<String> [optional] [default to []]
emptyChildrenUris List<String> [optional] [default to []]
type String [optional] [default to null]
codeLot String code lot of the form [default to null]
createdDate String timestamp [default to null]
commitAddress String address of the commit [default to null]
updatedDate String timestamp [default to null]
isRoot bool boolean [default to null]

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