Isogeo Python SDK
latest
  • Usage
  • isogeo_pysdk
    • isogeo_pysdk package
      • Subpackages
        • isogeo_pysdk.api package
        • isogeo_pysdk.enums package
        • isogeo_pysdk.models package
      • Submodules
Isogeo Python SDK
  • Docs »
  • isogeo_pysdk »
  • isogeo_pysdk package »
  • isogeo_pysdk.models package »
  • isogeo_pysdk.models.keyword_search module
  • Edit on GitHub

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
results¶

Gets the tag of this Keyword search.

Returns:The tag of this Keyword search.
Return type:str
to_dict() → dict[source]¶

Returns the model properties as a dict.

to_str() → str[source]¶

Returns the string representation of the model.

total¶

Gets the total of this Keyword search.

Returns:The total of this Keyword search.
Return type:str
Next Previous

© Copyright 2016 - 2019, Isogeo Revision cf171c1b.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
v2.21.2
docs
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.