Type de ressource meetingParticipants
Espace de noms: microsoft.graph
Représente les participants à une réunion.
Propriétés
Propriété | Type | Description |
---|---|---|
attendees | collection meetingParticipantInfo | Informations sur les participants à la réunion. |
organizer | meetingParticipantInfo | Informations sur l’organisateur de la réunion. |
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"attendees": [{"@odata.type": "#microsoft.graph.meetingParticipantInfo"}],
"organizer": {"@odata.type": "#microsoft.graph.meetingParticipantInfo"}
}