import 'package:r2gapi_flutter_sdk/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
created | DateTime | creation time of this object | [optional] [default to null] |
modified | DateTime | last modification time of this object | [optional] [default to null] |
deleted | bool | a flag, whether this object is deleted | [optional] [default to null] |
createdBy | String | id of creator | [optional] [default to null] |
modifiedBy | String | id of modifier | [optional] [default to null] |
id | String | ID of this object | [optional] [default to null] |
url | String | URL of this object | [optional] [default to null] |
additionalType | String | additional type information | [optional] [default to null] |
name | String | name of this object | [optional] [default to null] |
image | String | an image of this object | [optional] [default to null] |
description | String | description of this object | [optional] [default to null] |
role | String | role of the participant in this trip | [optional] [default to null] |
status | String | participation status | [optional] [default to null] |
participant | PersonaDto | [optional] [default to null] |