Events interface

The List events operation response.

Properties

nextLink

The URI to fetch the next page of events. Call ListNext() with this URI to fetch the next page of events.

value

The list of event.

Property Details

The URI to fetch the next page of events. Call ListNext() with this URI to fetch the next page of events.

nextLink?: string

Property Value

string

value

The list of event.

value: Event_2[]

Property Value

Event[]