educationTerm リソースの種類
名前空間: microsoft.graph
用語。 これは学年度の指定された部分を示します。 educationClass 内で使用されます。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
displayName | String | 用語の表示名。 |
endDate | Date | 用語の終了。 |
外部ID | String | 同期システム内の用語の ID。 |
startDate | Date | 用語の開始。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.educationTerm",
"displayName": "String",
"endDate": "Date",
"externalId": "String",
"startDate": "Date"
}