PolyToolkit. PolyListAssetsResult
Represents the result of a PolyListAssetsRequest or PolyListUserAssetsRequest.
Summary
Inheritance
Inherits from: PolyToolkit.PolyBaseResult
Constructors and Destructors |
|
---|---|
PolyListAssetsResult(PolyStatus status, int totalSize, List< PolyAsset > assets, string nextPageToken)
|
Public attributes |
|
---|---|
assets
|
List< PolyAsset >
A list of assets that match the criteria specified in the request.
|
nextPageToken
|
string
The token to retrieve the next page of results, if any.
|
totalSize
|
int
The total number of assets in the list, without pagination.
|
Public functions |
|
---|---|
ToString()
|
override string
|
Public attributes
nextPageToken
string nextPageToken
The token to retrieve the next page of results, if any.
If there is no next page, this will be null.
totalSize
int totalSize
The total number of assets in the list, without pagination.
Public functions
PolyListAssetsResult
PolyListAssetsResult( PolyStatus status, int totalSize, List< PolyAsset > assets, string nextPageToken )
ToString
override string ToString()