View the Project on GitHub elements-storage/elements-sdk-python
| Name | Type | Description | Notes |
|---|---|---|---|
| expires | datetime | When the sharing link expires. | |
| permissions | MediaRootPermissionAccessOptions | ||
| bundles | [int] | IDs of media file bundles to share. | [optional] |
| directories | [int] | IDs of media directories to share. | [optional] |
| view_limit | int, none_type | Maximum number of times the link may be opened (null for unlimited). | [optional] |
| user | int | Existing user to share with, instead of creating an anonymous link. | [optional] |
| str | Email address to create the sharing link for. | [optional] | |
| link_type | str, none_type | What the link grants: `download-original`, `download-proxy`, `embed-player`, `embed-full` or `playlist`. | [optional] |
| password | str, none_type | Optional password required to open the link. | [optional] |