PagedResult interface
Page of results.
Properties
continuation |
Token used to page through multiple pages. |
items | Page of items. |
Property Details
continuationToken
Token used to page through multiple pages.
continuationToken: string
Property Value
string
items
Page of items.
items: T[]
Property Value
T[]