Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1012 Bytes

File metadata and controls

16 lines (12 loc) · 1012 Bytes

ProjectFile

Properties

Name Type Description Notes
id str An opaque token uniquely identifying a file within a project. Avoid parsing or decomposing the text of this token. This token is stable within a Looker release but may change between Looker releases [optional]
path str Path, file name, and extension of the file relative to the project root directory [optional]
title str Display name [optional]
type str File type: model, view, etc [optional]
mime_type str File mime type [optional]
git_status GitStatus Status of the file according to git [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]