teamworkOnlineMeetingInfo リソースの種類
名前空間: microsoft.graph
Microsoft Teamsのオンライン会議に関する詳細を表します。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
calendarEventId | String | 会議に関連付けられている予定表イベントの識別子。 |
joinWebUrl | String | ユーザーがクリックして会議に参加または一意に識別する URL。 |
organizer | teamworkUserIdentity | 会議の開催者。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"calendarEventId": "string",
"joinWebUrl": "string",
"organizer": {"@odata.type": "microsoft.graph.teamworkUserIdentity"}
}