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

NameTypeDescription
extension-attributesoption​<downloadable-data-link-extension-interface>
idoption​<s32>
is-shareables32
link-fileoption​<string>
link-file-contentoption​<downloadable-data-file-content-interface>
link-typestring
link-urloption​<string>
number-of-downloadsoption​<s32>
pricef64
sample-fileoption​<string>
sample-file-contentoption​<downloadable-data-file-content-interface>
sample-typestring
sample-urloption​<string>
sort-orders32
titleoption​<string>