DppBaseResourceList interface
Base for all lists of V2 resources.
Properties
next |
The uri to fetch the next page of resources. Call ListNext() fetches next page of resources. |
value | List of Dpp resources. |
Property Details
nextLink
The uri to fetch the next page of resources. Call ListNext() fetches next page of resources.
nextLink?: string
Property Value
string