educationResource 资源类型

命名空间:microsoft.graph

educationExcelResource、educationFileResource、educationLinkResource、educationPowerPointResource、educationWordResource、educationMediaResourceeducationExternalResource 的基类

educationResource 与作业和/或提交相关联,它表示正在提供或提交的学习对象。 不能直接实例化资源;您必须创建一个表示所使用的资源类型的子类。

此资源存储所有资源类型的通用属性。

属性

属性 类型 说明
createdBy identitySet 创建资源的人。
createdDateTime DateTimeOffset 创建资源的时间。 时间戳类型表示采用 ISO 8601 格式的日期和时间信息,始终采用 UTC 时区。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z
displayName String 资源的显示名称。
lastModifiedBy identitySet 最后一个修改资源的用户。
lastModifiedDateTime DateTimeOffset 上次修改资源的时间。 时间戳类型表示采用 ISO 8601 格式的日期和时间信息,始终采用 UTC 时区。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "createdBy": {"@odata.type": "microsoft.graph.identitySet"},
  "createdDateTime": "String (timestamp)",
  "displayName": "String",
  "lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
  "lastModifiedDateTime": "String (timestamp)"
}