| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, |
| Key | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| id | decimal.Decimal, int, | decimal.Decimal, | [optional] value must be a 64 bit integer | |
| timestamp | str, datetime, | str, | [optional] value must conform to RFC-3339 date-time | |
| createById | decimal.Decimal, int, | decimal.Decimal, | [optional] value must be a 64 bit integer | |
| name | None, str, | NoneClass, str, | [optional] | |
| accountId | decimal.Decimal, int, | decimal.Decimal, | [optional] value must be a 64 bit integer | |
| label | None, str, | NoneClass, str, | [optional] | |
| attachment | None, str, | NoneClass, str, | [optional] | |
| link | None, str, | NoneClass, str, | [optional] | |
| data | None, str, | NoneClass, str, | [optional] | |
| typeCode | None, str, | NoneClass, str, | [optional] | |
| isPrivate | bool, | BoolClass, | [optional] |