printDocumentUploadProperties リソースの種類

名前空間: microsoft.graph

アップロードされるドキュメントについて説明します

プロパティ

プロパティ 説明
contentType String ドキュメントのコンテンツ (MIME) の種類。
documentName String ドキュメントの名前。
size Int64 ドキュメントのサイズ (バイト単位)。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.printDocumentUploadProperties",
  "contentType": "String",
  "documentName": "String",
  "size": "Integer"
}