toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.crm.web.dto
/
NotificationResponse
Notification
Response
data
class
NotificationResponse
(
val
id
:
String
,
val
type
:
String
,
val
title
:
String
,
val
message
:
String
?
,
val
read
:
Boolean
,
val
createdAt
:
String
,
val
resourceType
:
String
?
,
val
resourceId
:
String
?
)
(
source
)
Members
Constructors
Notification
Response
Link copied to clipboard
constructor
(
id
:
String
,
type
:
String
,
title
:
String
,
message
:
String
?
,
read
:
Boolean
,
createdAt
:
String
,
resourceType
:
String
?
,
resourceId
:
String
?
)
Properties
created
At
Link copied to clipboard
val
createdAt
:
String
id
Link copied to clipboard
val
id
:
String
message
Link copied to clipboard
val
message
:
String
?
read
Link copied to clipboard
val
read
:
Boolean
resource
Id
Link copied to clipboard
val
resourceId
:
String
?
resource
Type
Link copied to clipboard
val
resourceType
:
String
?
title
Link copied to clipboard
val
title
:
String
type
Link copied to clipboard
val
type
:
String