Record
downloadable-data-link-interface
No description available.
record downloadable-data-link-interface {
extension-attributes: option<downloadable-data-link-extension-interface>,
id: option<s32>,
is-shareable: s32,
link-file: option<string>,
link-file-content: option<downloadable-data-file-content-interface>,
link-type: string,
link-url: option<string>,
number-of-downloads: option<s32>,
price: f64,
sample-file: option<string>,
sample-file-content: option<downloadable-data-file-content-interface>,
sample-type: string,
sample-url: option<string>,
sort-order: s32,
title: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| extension-attributes | option<downloadable-data-link-extension-interface> | |
| id | option<s32> | |
| is-shareable | s32 | |
| link-file | option<string> | |
| link-file-content | option<downloadable-data-file-content-interface> | |
| link-type | string | |
| link-url | option<string> | |
| number-of-downloads | option<s32> | |
| price | f64 | |
| sample-file | option<string> | |
| sample-file-content | option<downloadable-data-file-content-interface> | |
| sample-type | string | |
| sample-url | option<string> | |
| sort-order | s32 | |
| title | option<string> |