| Name | Type | Description | Notes |
|---|---|---|---|
| target_id | str, none_type | The ID of the file or folder to link. | |
| url | str, none_type | The URL that can be used to view the file. | [optional] [readonly] |
| download_url | str, none_type | The URL that can be used to download the file. | [optional] |
| target | SharedLinkTarget | [optional] | |
| scope | str, none_type | The scope of the shared link. | [optional] |
| password_protected | bool, none_type | Indicated if the shared link is password protected. | [optional] [readonly] |
| password | str, none_type | Optional password for the shared link. | [optional] |
| expires_at | datetime, none_type | [optional] [readonly] | |
| updated_at | datetime, none_type | The date and time when the object was last updated. | [optional] [readonly] |
| created_at | datetime, none_type | The date and time when the object was created. | [optional] [readonly] |
| pass_through | PassThroughBody | [optional] |
This repository was archived by the owner on Jun 2, 2025. It is now read-only.