click_ community Post_ game Event Detail

@Serializable
data class click_communityPost_gameEventDetail(val id: Int = 0, val title: String = "", val type: String? = null, val isLike: Boolean? = null, val isReply: Boolean? = null, val likeCnt: Int = 0, val replyCnt: Int = 0, val communityBoardId: Int? = null, val communityBoardCategory: String = "", val communityBoardTab: String? = null, val communityBoardIsSubscribe: Boolean? = null, val gameId: Int? = null) : TrackingEvent

{v2.48.0} 게임 상세 - 이벤트(게임) 화면에서 게시글(이벤트) 클릭

Constructors

Link copied to clipboard
constructor(id: Int = 0, title: String = "", type: String? = null, isLike: Boolean? = null, isReply: Boolean? = null, likeCnt: Int = 0, replyCnt: Int = 0, communityBoardId: Int? = null, communityBoardCategory: String = "", communityBoardTab: String? = null, communityBoardIsSubscribe: Boolean? = null, gameId: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "community_board_category" )
@SerializedName(value = "community_board_category" )
val communityBoardCategory: String
Link copied to clipboard
@SerialName(value = "community_board_id" )
@SerializedName(value = "community_board_id" )
val communityBoardId: Int? = null
Link copied to clipboard
@SerialName(value = "community_board_is_subscribe" )
@SerializedName(value = "community_board_is_subscribe" )
val communityBoardIsSubscribe: Boolean? = null
Link copied to clipboard
@SerialName(value = "community_board_tab" )
@SerializedName(value = "community_board_tab" )
val communityBoardTab: String? = null
Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "game_id" )
@SerializedName(value = "game_id" )
val gameId: Int? = null
Link copied to clipboard
@SerialName(value = "id" )
@SerializedName(value = "id" )
val id: Int = 0
Link copied to clipboard
@SerialName(value = "is_like" )
@SerializedName(value = "is_like" )
val isLike: Boolean? = null
Link copied to clipboard
@SerialName(value = "is_reply" )
@SerializedName(value = "is_reply" )
val isReply: Boolean? = null
Link copied to clipboard
@SerialName(value = "like_cnt" )
@SerializedName(value = "like_cnt" )
val likeCnt: Int = 0
Link copied to clipboard
@SerialName(value = "reply_cnt" )
@SerializedName(value = "reply_cnt" )
val replyCnt: Int = 0
Link copied to clipboard
@SerialName(value = "title" )
@SerializedName(value = "title" )
val title: String
Link copied to clipboard
@SerialName(value = "type" )
@SerializedName(value = "type" )
val type: String? = null

Functions

Link copied to clipboard
fun TrackingEvent.getRule(rules: <Error class: unknown class><String, TrackingEventRule>): TrackingEventRule?
Link copied to clipboard
fun TrackingEvent.hash(): String

TrackingEvent의 hash값을 반환한다. 이름과 내용이 같다면 같은 값을 가진다.

Link copied to clipboard
fun TrackingEvent.toJSONObject(serde: JsonSerde): JSONObject