isogeo_pysdk.models.keyword_search module¶
Isogeo API v1 - Model of Keyword search entity
See: http://help.isogeo.com/api/complete/index.html#definition-search
-
class
isogeo_pysdk.models.keyword_search.
KeywordSearch
(limit: int = None, offset: int = None, results: list = None, total: int = None)[source]¶ Bases:
object
Keyword searchs are entities used to organize and shares metadata of a workgroup.
-
ATTR_TYPES
= {'limit': <class 'int'>, 'offset': <class 'int'>, 'results': <class 'list'>, 'total': <class 'int'>}¶
-
limit
¶ Gets the created of this Keyword search.
Returns: The created of this Keyword search. Return type: str
-
offset
¶ Gets the offset of this Keyword search.
Returns: The offset of this Keyword search. Return type: int
-