EventListResult interface
The result of a request to list events for a webhook.
Properties
next |
The URI that can be used to request the next list of events. |
value | The list of events. Since this list may be incomplete, the nextLink field should be used to request the next list of events. |
Property Details
nextLink
The URI that can be used to request the next list of events.
nextLink?: string
Property Value
string
value
The list of events. Since this list may be incomplete, the nextLink field should be used to request the next list of events.
value?: Event_2[]
Property Value
Event[]