Query.get
Query.get() → self
Fetches the query metadata, after which query.properties will contain a dict with entries corresponding to the properties on the query resource definition. Will raise an error if the query does not exist.
Returns
self (a Query)
Last updated