SupportTicketsListResult interface
Object that represents a collection of SupportTicket resources.
Properties
next |
The URI to fetch the next page of SupportTicket resources. |
value | List of SupportTicket resources. |
Property Details
nextLink
The URI to fetch the next page of SupportTicket resources.
nextLink?: string
Property Value
string
value
List of SupportTicket resources.
value?: SupportTicketDetails[]