Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.18 KB

VueRDFTypeDTO.md

File metadata and controls

25 lines (20 loc) · 1.18 KB

swagger.model.VueRDFTypeDTO

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]
comment String [optional] [default to null]
parent String [optional] [default to null]
icon String [optional] [default to null]
nameTranslations Map<String, String> [optional] [default to {}]
commentTranslations Map<String, String> [optional] [default to {}]
isAbstract bool [optional] [default to null]
dataProperties List<VueRDFTypePropertyDTO> [optional] [default to []]
objectProperties List<VueRDFTypePropertyDTO> [optional] [default to []]
propertiesOrder List<String> [optional] [default to []]

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