DateRangeOption

@Serializable
data class DateRangeOption(val from: String? = null, val until: String? = null)

Constructors

Link copied to clipboard
constructor(from: String? = null, until: String? = null)

Properties

Link copied to clipboard
val from: String? = null

날짜를 나타내는 문자열로, yyyy-MM-dd 형식을 따릅니다. (yyyy-MM-dd)

Link copied to clipboard
val until: String? = null

날짜를 나타내는 문자열로, yyyy-MM-dd 형식을 따릅니다. (yyyy-MM-dd)