new SavedQuery()
        Create a new instance of SavedQuery
    
    
    
    
    
    
    
    
    
- Source:
- User/SavedQuery.js, line 30
 
- See:
Properties:
| Name | Type | Description | 
|---|---|---|
| title | String | title of the project | 
| updated | Date | The updated date and time | 
| author | Object | The author of the resource | 
Methods
- 
    loadSet(rObject)
- 
    
    
    Overrides Resource's loadSet method to set local variables after request.Parameters:Name Type Description rObjectjson JSON representation of the loaded data. - Source:
- User/SavedQuery.js, line 48
 
- See:
 
