EarningsHistory

data class EarningsHistory(val maxAge: Int? = null, val history: List<EarningsTrendData>? = null)(source)

수익 이력

Constructors

Link copied to clipboard
constructor(maxAge: Int? = null, history: List<EarningsTrendData>? = null)

Properties

Link copied to clipboard
@SerialName(value = "history")
val history: List<EarningsTrendData>? = null
Link copied to clipboard
@SerialName(value = "maxAge")
val maxAge: Int? = null