Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.26 KB

File metadata and controls

24 lines (20 loc) · 1.26 KB

DashboardBase

Properties

Name Type Description Notes
id str Unique Id [optional]
user_id int Id of User [optional]
title str Look Title [optional]
description str Description [optional]
readonly bool Is Read-only [optional]
hidden bool Is Hidden [optional]
refresh_interval str Refresh Interval [optional]
refresh_interval_to_i int Refresh Interval as Integer [optional]
space SpaceBase Space [optional]
model LookModel Model [optional]
content_favorite_id int Content Favorite Id [optional]
scheduled_plan ScheduledPlan ScheduledPlan [optional]
content_metadata_id int Id of content metadata [optional]
query_timezone str Timezone in which the Dashboard will run by default. [optional]
can dict(str, bool) Operations the current user is able to perform on this object [optional]

[Back to Model list] [Back to API list] [Back to README]