Share via


OnBehalfOf Class

Specifies the OnBehalfOf entity for meeting notifications.

Constructor

pydantic model OnBehalfOf

Parameters

Name Description
item_id
Required
str

The item id of the OnBehalfOf entity.

mention_type
Required
str

The mention type. Default is "person".

display_name
Required
str

The display name of the OnBehalfOf entity.

mri
Required
str

The MRI of the OnBehalfOf entity.

Keyword-Only Parameters

Name Description
itemId
Default value: None
mentionType
Default value: None
displayName
Default value: None
mri
Default value: None

Attributes

display_name

field display_name: str = None (alias 'displayName')

item_id

field item_id: str = None (alias 'itemId')

mention_type

field mention_type: str = None (alias 'mentionType')

mri

field mri: str = None