Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.25 KB

DownloadableDataLinkInterface.md

File metadata and controls

24 lines (20 loc) · 1.25 KB

DownloadableDataLinkInterface

Properties

Name Type Description Notes
id int Sample(or link) id [optional]
title str [optional]
sort_order int
is_shareable int Shareable status
price float Price
number_of_downloads int Of downloads per user [optional]
link_type str
link_file str relative file path [optional]
link_file_content DownloadableDataFileContentInterface [optional]
link_url str Link url or null when type is 'file' [optional]
sample_type str
sample_file str relative file path [optional]
sample_file_content DownloadableDataFileContentInterface [optional]
sample_url str file URL [optional]
extension_attributes DownloadableDataLinkExtensionInterface [optional]

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