@sourceloop/notification-service / Exports / NotificationDto
Class: NotificationDto¶
Hierarchy¶
-
Model
↳
NotificationDto
Table of contents¶
Constructors¶
Properties¶
Constructors¶
constructor¶
• new NotificationDto(data?
)
Parameters¶
Name | Type |
---|---|
data? |
Partial <NotificationDto > |
Overrides¶
Model.constructor
Defined in¶
services/notification-service/src/models/notification-dto.model.ts:63
Properties¶
body¶
• Optional
body: string
Defined in¶
services/notification-service/src/models/notification-dto.model.ts:27
groupKey¶
• Optional
groupKey: string
Defined in¶
services/notification-service/src/models/notification-dto.model.ts:50
id¶
• Optional
id: string
Defined in¶
services/notification-service/src/models/notification-dto.model.ts:13
isCritical¶
• Optional
isCritical: boolean
Defined in¶
services/notification-service/src/models/notification-dto.model.ts:39
options¶
• Optional
options: AnyObject
Defined in¶
services/notification-service/src/models/notification-dto.model.ts:55
receiver¶
• Optional
receiver: Receiver
Defined in¶
services/notification-service/src/models/notification-dto.model.ts:33
sentDate¶
• sentDate: Date
Defined in¶
services/notification-service/src/models/notification-dto.model.ts:61
subject¶
• Optional
subject: string
Defined in¶
services/notification-service/src/models/notification-dto.model.ts:21
type¶
• type: MessageType
Defined in¶
services/notification-service/src/models/notification-dto.model.ts:45