Notifly 기본 설정 추가
This commit is contained in:
@@ -7,6 +7,9 @@ import com.google.gson.annotations.SerializedName
|
||||
data class GetMemberInfoResponse(
|
||||
@SerializedName("can") val can: Int,
|
||||
@SerializedName("isAuth") val isAuth: Boolean,
|
||||
@SerializedName("gender") val gender: String?,
|
||||
@SerializedName("signupDate") val signupDate: String,
|
||||
@SerializedName("chargeCount") val chargeCount: Int,
|
||||
@SerializedName("role") val role: MemberRole,
|
||||
@SerializedName("messageNotice") val messageNotice: Boolean?,
|
||||
@SerializedName("followingChannelLiveNotice")
|
||||
|
||||
Reference in New Issue
Block a user