YieldXyzGetHistoricalActionsRawResponse

data class YieldXyzGetHistoricalActionsRawResponse(val items: List<YieldXyzEnterRawResponse>, val total: Int? = null, val offset: Int? = null, val limit: Int? = null)

Constructors

Link copied to clipboard
constructor(items: List<YieldXyzEnterRawResponse>, total: Int? = null, offset: Int? = null, limit: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val limit: Int? = null
Link copied to clipboard
val offset: Int? = null
Link copied to clipboard
val total: Int? = null