new GetOwnerKip17TokensResponse()
- Version:
- 1.0
The GetOwnerKip17TokensResponse model module.
Members
cursor :String
Offset for the next batch
Type:
- String
items :Array.<GetOwnerKip17TokensResponseItem>
Type:
- Array.<GetOwnerKip17TokensResponseItem>
Methods
(static) constructFromObject(data, obj) → {GetOwnerKip17TokensResponse}
Constructs a GetOwnerKip17TokensResponse
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
GetOwnerKip17TokensResponse | Optional instance to populate. |
Returns:
The populated GetOwnerKip17TokensResponse
instance.