Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.14 KB

NotificationModel.md

File metadata and controls

22 lines (19 loc) · 1.14 KB

NotificationModel

Properties

Name Type Description Notes
id UUID [default to null]
createdDate Date [optional] [default to null]
isRead Boolean [default to null]
entityId UUID [default to null]
notificationType NotificationTypeModel [default to null]
projectGlobalId Long [optional] [default to null]
projectName String [optional] [default to null]
testPlanGlobalId Long [default to null]
testPlanName String [default to null]
workitemGlobalId Long [optional] [default to null]
comment String [default to null]
workItemName String [default to null]
attributeName String [optional] [default to null]
createdById UUID [default to null]

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