printDocumentUploadProperties 资源类型
命名空间:microsoft.graph
描述要上载的文档
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| contentType | String | 文档的内容类型 (MIME) 类型。 |
| documentName | String | 文档的名称。 |
| size | Int64 | 文档的大小(以字节为单位)。 |
关系
无。
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.printDocumentUploadProperties",
"contentType": "String",
"documentName": "String",
"size": "Integer"
}
反馈
提交和查看相关反馈