NotifyParameters Class
Properties for generating a Notification.
Constructor
NotifyParameters(*, event_name: str | NotificationChannelEventType | None = None, json_payload: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
event_name
Required
|
The type of event (i.e. AutoShutdown, Cost). Possible values include: "AutoShutdown", "Cost". |
json_payload
Required
|
Properties for the notification in json format. |
Keyword-Only Parameters
Name | Description |
---|---|
event_name
|
Default value: None
|
json_payload
|
Default value: None
|