CommentCreateEvent

class CommentCreateEvent(val articleId: Long, val commentId: Long, val userId: Long, val content: String)

Constructors

Link copied to clipboard
constructor(articleId: Long, commentId: Long, userId: Long, content: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard