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