DppBaseResourceList interface

Base for all lists of V2 resources.

Properties

nextLink

The uri to fetch the next page of resources. Call ListNext() fetches next page of resources.

value

List of Dpp resources.

Property Details

The uri to fetch the next page of resources. Call ListNext() fetches next page of resources.

nextLink?: string

Property Value

string

value

List of Dpp resources.

value?: DppBaseResource[]

Property Value