| id |
str |
Unique Id |
[optional] |
| homepage_section_id |
str |
Associated Homepage Section |
[optional] |
| order |
int |
An arbitrary integer representing the sort order within the section |
[optional] |
| title |
str |
The actual title for display |
[optional] |
| custom_title |
str |
Custom title entered by the user, if present |
[optional] |
| use_custom_title |
bool |
Whether the custom title should be used instead of the content title, if the item is associated with content |
[optional] |
| description |
str |
The actual description for display |
[optional] |
| custom_description |
str |
Custom description entered by the user, if present |
[optional] |
| use_custom_description |
bool |
Whether the custom description should be used instead of the content description, if the item is associated with content |
[optional] |
| url |
str |
The actual url for display |
[optional] |
| custom_url |
str |
Custom url entered by the user, if present |
[optional] |
| use_custom_url |
bool |
Whether the custom url should be used instead of the content url, if the item is associated with content |
[optional] |
| image_url |
str |
The actual image_url for display |
[optional] |
| custom_image_url |
str |
Custom image_url entered by the user, if present |
[optional] |
| custom_image_data_base64 |
str |
(Write-Only) base64 encoded image data |
[optional] |
| use_custom_image |
bool |
Whether the custom image should be used instead of the content image, if the item is associated with content |
[optional] |
| look_id |
int |
Look to base this item on |
[optional] |
| dashboard_id |
int |
Dashboard to base this item on |
[optional] |
| lookml_dashboard_id |
str |
LookML Dashboard to base this item on |
[optional] |
| view_count |
int |
Number of times content has been viewed, if present |
[optional] |
| favorite_count |
int |
Number of times content has been favorited, if present |
[optional] |
| content_created_by |
str |
Name of user who created the content this item is based on |
[optional] |
| content_updated_at |
str |
Last time the content that this item is based on was updated |
[optional] |
| content_favorite_id |
int |
Content favorite id associated with the item this content is based on |
[optional] |
| content_metadata_id |
int |
Content metadata id associated with the item this content is based on |
[optional] |
| section_fetch_time |
float |
Number of seconds it took to fetch the section this item is in |
[optional] |
| can |
dict(str, bool) |
Operations the current user is able to perform on this object |
[optional] |