Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.11 KB

ProjectWorkspace.md

File metadata and controls

17 lines (13 loc) · 1.11 KB

ProjectWorkspace

Properties

Name Type Description Notes
can map[string,bool] Operations the current user is able to perform on this object [optional]
project_id string The id of the project [optional]
workspace_id string The id of the local workspace containing the project files [optional]
git_status string The status of the local git directory [optional]
git_head string Git head revision name [optional]
dependency_status string Status of the dependencies in your project. Valid values are: "lock_optional", "lock_required", "lock_error", "install_none". [optional]
git_branch \Swagger\Client\Model\GitBranch GitBranch [optional]
lookml_type string The lookml syntax used by all files in this project [optional]

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