YieldXyzGetYieldsRawResponse

data class YieldXyzGetYieldsRawResponse(val items: List<YieldXyzOpportunity>, val limit: Int, val offset: Int, val total: Int)

Constructors

Link copied to clipboard
constructor(items: List<YieldXyzOpportunity>, limit: Int, offset: Int, total: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val limit: Int
Link copied to clipboard
val offset: Int
Link copied to clipboard
val total: Int