NotificationListResponse Class
The response of listUpgradeNotifications.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
NotificationListResponse(*, value: List[_models.UpgradeNotification] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
List of all notifications. Default value: None
|
Variables
Name | Description |
---|---|
value
|
List of all notifications. |
next_link
|
Link for next set of notifications. |