FolderUploadSession
Properties
| Name |
Type |
Description |
Notes |
| id |
str |
The id of the folder upload session. |
|
| time_created |
datetime |
The time the folder upload session was created. |
|
| status |
str |
The status of the folder upload session. |
|
| time_session_expires |
datetime |
The time the folder upload session will expire as it is only temporarily valid. |
|
| time_completed |
datetime, none_type |
The time the folder upload session completed. |
[optional] |
| time_closed |
datetime, none_type |
The time the folder upload session was closed. |
[optional] |
| temp_credentials |
TempCredentials |
|
[optional] |
| any string name |
bool, date, datetime, dict, float, int, list, str, none_type |
any string name can be used but the value must be the correct type |
[optional] |
[Back to Model list] [Back to API list] [Back to README]