Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 752 Bytes

ResourceDagDTO.md

File metadata and controls

20 lines (15 loc) · 752 Bytes

swagger.model.ResourceDagDTO

Load the model package

import 'package:swagger/api.dart';

Properties

Name Type Description Notes
uri String [optional] [default to null]
name String [optional] [default to null]
parents List<String> [optional] [default to []]
children List<String> [optional] [default to []]
rdfType String [optional] [default to null]
rdfTypeName String [optional] [default to null]

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