Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.29 KB

SharedLink.md

File metadata and controls

21 lines (16 loc) · 1.29 KB

SharedLink

Properties

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]

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