meetingParticipants 资源类型

命名空间:microsoft.graph

表示会议中的参与者。

属性

属性 类型 说明
attendees meetingParticipantInfo 集合 有关会议与会者的信息。
组织者 meetingParticipantInfo 有关会议组织者的信息。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "attendees": [{"@odata.type": "#microsoft.graph.meetingParticipantInfo"}],
  "organizer": {"@odata.type": "#microsoft.graph.meetingParticipantInfo"}
}