Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 2.45 KB

Look.md

File metadata and controls

39 lines (35 loc) · 2.45 KB

Look

Properties

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

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