# LookerApi30Reference.HomepageSection

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


