Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.16 KB

File metadata and controls

18 lines (15 loc) · 1.16 KB

CMUserNotification

Properties

Name Type Description Notes
url String The unique URL of a folder. [default to null]
sourceId Integer the source-id of the owner of this folder [default to null]
isFolder Boolean is this a notification for a folder or a file? [default to null]
userId String the user to be notified, a guid [default to null]
whoId String the user that made the change, a guid [default to null]
email String the email address of the user that made the change [default to null]
notificationType String the type of the notification [default to null]
description String the contents of the notification [default to null]
created Long a unix-timestamp of the creation date-time of this record [default to null]
folder Boolean [optional] [default to null]

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