Yield Xyz Get Historical Actions Raw Response
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)