impression_
gameReview_
gameDetail
@Serializable
{v2.48.0} 게임 상세 화면에서 게임 리뷰 노출
Constructors
Link copied to clipboard
constructor(id: Int = 0, isLike: Boolean = false, isDislike: Boolean = false, likeCnt: Int = 0, dislikeCnt: Int = 0, gameId: Int = 0, gameName: String? = null, gameGenre: String? = null, gameXpType: String? = null, gameIsPromo: Int? = null, gameIsInstall: Boolean? = null, order: Int = 0, gamePackageId: Int? = null, campaignId: Int = 0)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "game_is_install"
)
@SerializedName(value = "game_is_install"
)
Link copied to clipboard
@SerialName(value = "game_is_promo"
)
@SerializedName(value = "game_is_promo"
)
Link copied to clipboard
@SerialName(value = "game_package_id"
)
@SerializedName(value = "game_package_id"
)
Link copied to clipboard
@SerialName(value = "game_xp_type"
)
@SerializedName(value = "game_xp_type"
)