Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 799 Bytes

POSTUsageResponseType.md

File metadata and controls

12 lines (8 loc) · 799 Bytes

POSTUsageResponseType

Properties

Name Type Description Notes
check_import_status str The path for checking the status of the import. The possible status values at this path are `Pending`, `Processing`, `Completed`, `Canceled`, and `Failed`. Only `Completed` indicates that the file contents were imported successfully. [optional]
size int The size of the uploaded file in bytes. [optional]
success bool Indicates whether the call succeeded. [optional]

[Back to Model list] [Back to API list] [Back to README]