impression_ gameReivew_ game Review Gathering Detail

@Serializable
data class impression_gameReivew_gameReviewGatheringDetail(val id: Int = 0, val isLike: Boolean? = null, val isDislike: Boolean? = null, val likeCnt: Int = 0, val dislikeCnt: Int = 0, val gameId: Int = 0, val gameName: String = "", val gameGenre: String? = null, val gameXpType: String? = null, val gameIsPromo: Int? = null, val gameIsInstall: Boolean? = null, val order: Int = 0, val filterType: String? = null, val userId: Int? = null, val gamePackageId: Int? = null) : TrackingEvent

{v2.33.0} 게임 리뷰 모아보기 화면에서 게임 리뷰 노출

Constructors

constructor(id: Int = 0, isLike: Boolean? = null, isDislike: Boolean? = null, likeCnt: Int = 0, dislikeCnt: Int = 0, gameId: Int = 0, gameName: String = "", gameGenre: String? = null, gameXpType: String? = null, gameIsPromo: Int? = null, gameIsInstall: Boolean? = null, order: Int = 0, filterType: String? = null, userId: Int? = null, gamePackageId: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "dislike_cnt" )
@SerializedName(value = "dislike_cnt" )
val dislikeCnt: Int = 0
Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "filter_type" )
@SerializedName(value = "filter_type" )
val filterType: String? = null
Link copied to clipboard
@SerialName(value = "game_genre" )
@SerializedName(value = "game_genre" )
val gameGenre: String? = null
Link copied to clipboard
@SerialName(value = "game_id" )
@SerializedName(value = "game_id" )
val gameId: Int = 0
Link copied to clipboard
@SerialName(value = "game_is_install" )
@SerializedName(value = "game_is_install" )
val gameIsInstall: Boolean? = null
Link copied to clipboard
@SerialName(value = "game_is_promo" )
@SerializedName(value = "game_is_promo" )
val gameIsPromo: Int? = null
Link copied to clipboard
@SerialName(value = "game_name" )
@SerializedName(value = "game_name" )
val gameName: String
Link copied to clipboard
@SerialName(value = "game_package_id" )
@SerializedName(value = "game_package_id" )
val gamePackageId: Int? = null
Link copied to clipboard
@SerialName(value = "game_xp_type" )
@SerializedName(value = "game_xp_type" )
val gameXpType: String? = null
Link copied to clipboard
@SerialName(value = "id" )
@SerializedName(value = "id" )
val id: Int = 0
Link copied to clipboard
@SerialName(value = "is_dislike" )
@SerializedName(value = "is_dislike" )
val isDislike: Boolean? = null
Link copied to clipboard
@SerialName(value = "is_like" )
@SerializedName(value = "is_like" )
val isLike: Boolean? = null
Link copied to clipboard
@SerialName(value = "like_cnt" )
@SerializedName(value = "like_cnt" )
val likeCnt: Int = 0
Link copied to clipboard
@SerialName(value = "order" )
@SerializedName(value = "order" )
val order: Int = 0
Link copied to clipboard
@SerialName(value = "user_id" )
@SerializedName(value = "user_id" )
val userId: Int? = 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