class UploadFile(client: IndicoClient) : RestRequest<JSONArray?>
| |
|---|
| UploadFile | constructor(client: IndicoClient) |
| Name | Summary |
|---|
| call | open override fun call(): JSONArray?Upload files and return metadata |
| filePaths | fun filePaths(filePaths: List<String>?): UploadFileFiles to upload |