Notification Type Comment
{
"is_new": "boolean",
"sid": "string",
"type": "string",
"active_at": "string",
"comment": {}
}
Example previews:
Properties
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
is_new | boolean | true | read-only | If true, the notification has been read |
sid | string | true | read-only | Serialization id of the notification |
type | string | true | read-only | Type "comment" or "nested_comment" |
active_at | string(date-time) | true | read-only | Time when the notification was generated |
comment | Comment | true | read-only | Comment of second level |
Enumerated Values
Property | Value | Description |
---|---|---|
type | comment | First level comment |
type | nested_comment | Second level comment |