View the Project on GitHub elements-storage/elements-sdk-python
Name | Type | Description | Notes |
---|---|---|---|
name | str | [optional] | |
files | [BasicFile], none_type | [optional] | |
parent | str | [optional] | |
mode | str | [optional] | |
uid | int | [optional] | |
gid | int | [optional] | |
user | str | [optional] | |
group | str | [optional] | |
recursive | bool | [optional] | |
affinity | str, none_type | [optional] | |
mode_setuid | bool | [optional] | |
mode_setgid | bool | [optional] | |
mode_setvfx | bool | [optional] | |
mode_user_read | bool | [optional] | |
mode_user_write | bool | [optional] | |
mode_user_execute | bool | [optional] | |
mode_group_read | bool | [optional] | |
mode_group_write | bool | [optional] | |
mode_group_execute | bool | [optional] | |
mode_others_read | bool | [optional] | |
mode_others_write | bool | [optional] | |
mode_others_execute | bool | [optional] |