Portal Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Portal Android SDK
Portal Android SDK
/
io.portalhq.android.api.data.yieldxyz
/
YieldXyzGetYieldsRawResponse
Yield
Xyz
Get
Yields
Raw
Response
data
class
YieldXyzGetYieldsRawResponse
(
val
items
:
List
<
YieldXyzOpportunity
>
,
val
limit
:
Int
,
val
offset
:
Int
,
val
total
:
Int
)
Members
Constructors
Yield
Xyz
Get
Yields
Raw
Response
Link copied to clipboard
constructor
(
items
:
List
<
YieldXyzOpportunity
>
,
limit
:
Int
,
offset
:
Int
,
total
:
Int
)
Properties
items
Link copied to clipboard
val
items
:
List
<
YieldXyzOpportunity
>
limit
Link copied to clipboard
val
limit
:
Int
offset
Link copied to clipboard
val
offset
:
Int
total
Link copied to clipboard
val
total
:
Int