NotificationListResponse Class

The response of listUpgradeNotifications.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.redis._serialization.Model
NotificationListResponse

Constructor

NotificationListResponse(*, value: List[_models.UpgradeNotification] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
value

List of all notifications.

Variables

Name Description
value

List of all notifications.

next_link
str

Link for next set of notifications.