Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.29 KB

ProjectGetDTO.md

File metadata and controls

28 lines (23 loc) · 1.29 KB

swagger.model.ProjectGetDTO

Load the model package

import 'package:swagger/api.dart';

Properties

Name Type Description Notes
uri String [optional] [default to null]
name String [default to null]
shortname String [optional] [default to null]
startDate DateTime [default to null]
endDate DateTime [optional] [default to null]
description String [optional] [default to null]
objective String [optional] [default to null]
financialFunding String [optional] [default to null]
website String [optional] [default to null]
relatedProjects List<String> [optional] [default to []]
coordinators List<String> [optional] [default to []]
scientificContacts List<String> [optional] [default to []]
administrativeContacts List<String> [optional] [default to []]
experiments List<String> [optional] [default to []]

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