| Name | Type | Description | Notes |
|---|---|---|---|
| createdAt | Date | Time at which this section was created. | [optional] |
| deletedAt | Date | Time at which this section was deleted. | [optional] |
| detailUrl | String | A URL pointing to a page showing further information about the content in the section. | [optional] |
| homepageId | Number | Id reference to parent homepage | [optional] |
| homepageItems | [HomepageItem] | Items in the homepage section | [optional] |
| id | String | Unique Id | [optional] |
| isHeader | Boolean | Is this a header section (has no items) | [optional] |
| itemOrder | [Number] | ids of the homepage items in the order they should be displayed | [optional] |
| title | String | Name of row | [optional] |
| updatedAt | Date | Time at which this section was last updated. | [optional] |
| can | {String: Boolean} | Operations the current user is able to perform on this object | [optional] |