educationWordResource 资源类型
命名空间:microsoft.graph
educationResource 的子类。
这是 Word 文档资源。 Word 文件必须上传到与作业或提交关联的 fileResource 目录中。
属性
属性 | 类型 | 说明 |
---|---|---|
createdBy | String | 创建此对象的用户的显示名称。 |
createdDateTime | DateTimeOffset | 添加 resoruce 的日期时间。 |
displayName | string | 资源的显示名称。 |
fileUrl | String | 文件在磁盘上的位置。 |
lastModifiedBy | identitySet | 修改资源的最后一个用户。 |
lastModifiedDateTime | DateTimeOffset | 上次修改资源的日期和时间。 时间戳类型表示采用 ISO 8601 格式的日期和时间信息,始终采用 UTC 时区。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z 。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"createdBy": "String (User)",
"createdDateTime": "String (timestamp)",
"displayName": "String",
"fileUrl": "String",
"lastModifiedBy": "String (User)",
"lastModifiedDateTime": "String (timestamp)"
}