Record
cms-data-block-interface
No description available.
record cms-data-block-interface {
active: option<bool>,
content: option<string>,
creation-time: option<string>,
id: option<s32>,
identifier: string,
title: option<string>,
update-time: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| active | option<bool> | |
| content | option<string> | |
| creation-time | option<string> | |
| id | option<s32> | |
| identifier | string | |
| title | option<string> | |
| update-time | option<string> |