IdType

enum IdType : Enum<IdType>

id의 타입, event(공개 일정) 또는 calendar(구독 캘린더) 중 하나

Entries

Link copied to clipboard
@SerializedName(value = "calendar")
CALENDAR()
Link copied to clipboard
@SerializedName(value = "event")
EVENT()

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val value: String