Folder Item Input
フォルダ項目の入力。
- ルート XML タグ
- <folderItem>
- JSON の例
-
1{ 2 "file" : 3 { 4 "desc" : "Yearly Report for Universal Containers Box Division", 5 "title" : "Yearly.txt" 6 }, 7 "type" : "File" 8} - プロパティ
-
名前 型 説明 必須か省略可能 使用可能なバージョン file File Input フォルダ内のファイル。 File の POST では必須。 30.0 folder Folder Input フォルダ内フォルダ。 Folder の POST では必須。 30.0 type String 項目の種別。次のいずれかの値にします。 - File
- Folder
必須 30.0