Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.53 KB

MoveDetailsDTO.md

File metadata and controls

27 lines (22 loc) · 1.53 KB

swagger.model.MoveDetailsDTO

Load the model package

import 'package:swagger/api.dart';

Properties

Name Type Description Notes
uri String Event URI [optional] [default to null]
rdfType String Event type URI [optional] [default to null]
rdfTypeName String Event type name [optional] [default to null]
start String Beginning of the event [optional] [default to null]
end String End of the event [optional] [default to null]
isInstant bool Indicate if the event is instant [optional] [default to null]
description String Description of the move [optional] [default to null]
targets List<String> URI(s) of items concerned by this event [optional] [default to []]
author String Event creator URI [optional] [default to null]
relations List<RDFObjectRelationDTO> [optional] [default to []]
from InfrastructureFacilityNamedDTO [optional] [default to null]
to InfrastructureFacilityNamedDTO [optional] [default to null]
targetsPositions List<TargetPositionGetDTO> [optional] [default to []]

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