impression_
community
Post_
event
Detail
@Serializable
{v2.33.0} 이벤트 소식 화면에서 게시글 노출
Constructors
Link copied to clipboard
constructor(id: Int = 0, title: String = "", type: String = "", isLike: Boolean? = null, isReply: Boolean? = null, likeCnt: Int? = null, replyCnt: Int? = null, communityBoardId: Int = 0, communityBoardCategory: String = "", communityBoardTab: String = "", communityBoardIsSubscribe: Boolean? = null, order: Int = 0)
Properties
Link copied to clipboard
@SerialName(value = "community_board_category"
)
@SerializedName(value = "community_board_category"
)
Link copied to clipboard
@SerialName(value = "community_board_id"
)
@SerializedName(value = "community_board_id"
)
Link copied to clipboard
@SerialName(value = "community_board_is_subscribe"
)
@SerializedName(value = "community_board_is_subscribe"
)
Link copied to clipboard
@SerialName(value = "community_board_tab"
)
@SerializedName(value = "community_board_tab"
)