educationTerm 资源类型

命名空间:microsoft.graph

一个学期。 它表示学年的指定部分。 它在 educationClass 中使用。

属性

属性 类型 说明
displayName String 学期的显示名称。
endDate Date 学期结束日期。
externalId String 同步系统中的学期 ID。
startDate Date 学期开始日期。

关系

无。

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.educationTerm",
  "displayName": "String",
  "endDate": "Date",
  "externalId": "String",
  "startDate": "Date"
}