Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.79 KB

PersonaDto.md

File metadata and controls

30 lines (25 loc) · 1.79 KB

r2gapi_flutter_sdk.model.PersonaDto

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]
additionalName String additional name of the persona [optional] [default to null]
familyName String femily name of the persona [optional] [default to null]
givenName String given name of the persona [optional] [default to null]
gender String gender of the persona [optional] [default to null]
contactPoints BuiltList<ContactPointDto> contacts of the persona [optional] [default to const []]

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