Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.26 KB

File metadata and controls

24 lines (20 loc) · 1.26 KB

MoveDetailsDTO

Properties

Name Type Description Notes
uri str Event URI [optional]
rdf_type str Event type URI [optional]
rdf_type_name str Event type name [optional]
start str Beginning of the event [optional]
end str End of the event [optional]
is_instant bool Indicate if the event is instant [optional]
description str Description of the move [optional]
targets list[str] URI(s) of items concerned by this event [optional]
relations list[RDFObjectRelationDTO] [optional]
_from FacilityNamedDTO [optional]
to FacilityNamedDTO [optional]
targets_positions list[TargetPositionGetDTO] [optional]
publication_date datetime [optional]
last_updated_date datetime [optional]
publisher UserGetDTO [optional]

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