NotifyParameters Class

Properties for generating a Notification.

Constructor

NotifyParameters(*, event_name: str | _models.NotificationChannelEventType | None = None, json_payload: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
event_name

The type of event (i.e. AutoShutdown, Cost). Known values are: "AutoShutdown" and "Cost".

Default value: None
json_payload
str

Properties for the notification in json format.

Default value: None

Variables

Name Description
event_name

The type of event (i.e. AutoShutdown, Cost). Known values are: "AutoShutdown" and "Cost".

json_payload
str

Properties for the notification in json format.