DateRange

@Serializable
data class DateRange(val from: String, val until: String)

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

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