Share via


NotificationInfo Class

Specifies if a notification is to be sent for the mentions.

Constructor

pydantic model NotificationInfo

Parameters

Name Description
alert
Required

True if notification is to be sent to the user, false otherwise.

alert_in_meeting
Required

True if notification is to be sent in a meeting context.

external_resource_url
Required

URL for external resources related to the notification.

Keyword-Only Parameters

Name Description
alert
Default value: None
alertInMeeting
Default value: None
externalResourceUrl
Default value: None

Attributes

alert

field alert: bool = None

alert_in_meeting

field alert_in_meeting: bool | None = None (alias 'alertInMeeting')

external_resource_url

field external_resource_url: str | None = None (alias 'externalResourceUrl')