Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.36 KB

NoteEntity.md

File metadata and controls

24 lines (20 loc) · 1.36 KB

xprizo_sdk_py.model.note_entity.NoteEntity

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict,

Dictionary Keys

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]

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