click_ my Party Profile_ party Detail

@Serializable
data class click_myPartyProfile_partyDetail(val id: Int = 0, val name: String = "", val memberCnt: Int? = null, val tag: String? = null, val rank: Int? = null, val isAuto: Boolean? = null) : TrackingEvent

{v2.33.0} 파티 화면에서 내 파티 프로필 클릭

Constructors

Link copied to clipboard
constructor(id: Int = 0, name: String = "", memberCnt: Int? = null, tag: String? = null, rank: Int? = null, isAuto: Boolean? = null)

Properties

Link copied to clipboard
open val eventName: String
Link copied to clipboard
@SerialName(value = "id" )
@SerializedName(value = "id" )
val id: Int = 0
Link copied to clipboard
@SerialName(value = "is_auto" )
@SerializedName(value = "is_auto" )
val isAuto: Boolean? = null
Link copied to clipboard
@SerialName(value = "member_cnt" )
@SerializedName(value = "member_cnt" )
val memberCnt: Int? = null
Link copied to clipboard
@SerialName(value = "name" )
@SerializedName(value = "name" )
val name: String
Link copied to clipboard
@SerialName(value = "rank" )
@SerializedName(value = "rank" )
val rank: Int? = null
Link copied to clipboard
@SerialName(value = "tag" )
@SerializedName(value = "tag" )
val tag: 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