SupportTicketsListResult Class

Object that represents a collection of SupportTicket resources.

Inheritance
SupportTicketsListResult

Constructor

SupportTicketsListResult(*, value: Optional[List[azure.mgmt.support.models._models_py3.SupportTicketDetails]] = None, next_link: Optional[str] = None, **kwargs)

Parameters

value
list[SupportTicketDetails]
Required

List of SupportTicket resources.

next_link
str
Required

The URI to fetch the next page of SupportTicket resources.