WatchlistItemList interface

List all the watchlist items.

Properties

nextLink

URL to fetch the next set of watchlist item. NOTE: This property will not be serialized. It can only be populated by the server.

value

Array of watchlist items.

Property Details

URL to fetch the next set of watchlist item. NOTE: This property will not be serialized. It can only be populated by the server.

nextLink?: string

Property Value

string

value

Array of watchlist items.

value: WatchlistItem[]

Property Value