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] |
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 []] |