Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.56 KB

ParticipationDto.md

File metadata and controls

28 lines (23 loc) · 1.56 KB

r2gapi_flutter_sdk.model.ParticipationDto

Load the model package

import 'package:r2gapi_flutter_sdk/api.dart';

Properties

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]

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