PolyToolkit. PolyRequest
Base class that all request types derive from.
Summary
Inheritance
Direct Known Subclasses:PolyToolkit.PolyListAssetsRequest, PolyToolkit.PolyListLikedAssetsRequest, PolyToolkit.PolyListUserAssetsRequest
Public attributes |
|
---|---|
orderBy = PolyOrderBy.NEWEST
|
How to sort the results.
|
pageSize = 45
|
int
Size of each returned page.
|
pageToken = null
|
string
Page continuation token for pagination.
|
Public attributes
pageSize
int pageSize = 45
Size of each returned page.
pageToken
string pageToken = null
Page continuation token for pagination.