import 'package:swagger/api.dart';
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 []] |