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

Latest commit

 

History

History
13 lines (9 loc) · 848 Bytes

ProjectValidationCache.md

File metadata and controls

13 lines (9 loc) · 848 Bytes

ProjectValidationCache

Properties

Name Type Description Notes
errors \Looker\Model\ProjectError[] A list of project errors [optional]
project_digest string A hash value computed from the project's current state [optional]
models_not_validated \Looker\Model\ModelsNotValidated[] A list of models which were not fully validated [optional]
stale bool If true, the cached project validation results are no longer accurate because the project has changed since the cached results were calculated [optional]

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