Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Latest commit

 

History

History
40 lines (36 loc) · 2.56 KB

LookWithDashboards.md

File metadata and controls

40 lines (36 loc) · 2.56 KB

LookWithDashboards

Properties

Name Type Description Notes
id int Unique Id [optional]
content_metadata_id int Id of content metadata [optional]
view_count int Number of times viewed in the Looker web UI [optional]
favorite_count int Number of times favorited [optional]
content_favorite_id int Content Favorite Id [optional]
title string Look Title [optional]
user \Looker\Model\UserIdOnly User [optional]
query_id int Query Id [optional]
description string Description [optional]
short_url string Short Url [optional]
space \Looker\Model\SpaceBase Space of this Look [optional]
public bool Is Public [optional]
public_slug string Public Slug [optional]
user_id int (Write-Only) User Id [optional]
space_id string (Write-Only) Space Id [optional]
model \Looker\Model\LookModel Model [optional]
public_url string Public Url [optional]
embed_url string Embed Url [optional]
google_spreadsheet_formula string Google Spreadsheet Formula [optional]
excel_file_url string Excel File Url [optional]
created_at \DateTime Time that the Look was created. [optional]
updated_at \DateTime Time that the Look was updated. [optional]
last_updater_id int (Write-Only) Id of User that last updated the look. [optional]
last_viewed_at \DateTime Time last viewed in the Looker web UI [optional]
last_accessed_at \DateTime Time that the Look was last accessed by any user [optional]
deleter_id int Id of User that deleted the look. [optional]
deleted bool Whether or not the look is deleted [optional]
deleted_at \DateTime Time that the Look was deleted. [optional]
is_run_on_load bool auto-run query when Look viewed [optional]
dashboards \Looker\Model\DashboardBase[] Dashboards [optional]
can map[string,bool] Operations the current user is able to perform on this object [optional]

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