educationExcelResource 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

educationResource 的子类。 此资源类型表示 Excel 文档。

注意: Excel 文件必须位于与此资源所属的分配或提交对象关联的资源文件夹中。

属性

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

JSON 表示形式

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

{
  "fileUrl": "String",
  "createdBy": "String (User)",
  "createdDateTime": "String (timestamp)",
  "displayName": "String",
  "lastModifiedBy": "String (User)",
  "lastModifiedDateTime": "String (timestamp)"
}