AlarmDto
Name | Type | Description |
---|---|---|
alarmId |
Integer |
알람 ID |
subjectMemberName |
String |
알람 생성자 (자세한 내용은 댓글달아주시면 답변드릴게요!) |
eventURL |
String |
이벤트 URL |
(ex : ~님이 댓글을 작성했습니다 → /post/{post_id} | ||
checked |
Boolean |
알람 확인 여부 |
alarmType |
AlarmType |
알람 타입 |
commentId |
Integer |
댓글과 관련 있는 alarmType 의 경우 |
추가적으로 넘겨주는 댓글 ID 정보 (Nullable) | ||
msg |
String |
알람 상세 메세지 |
createdAt |
Datetime |
알람 생성일 |