Isogeo Python SDK
latest

Quickstart

  • Installation
  • Authenticate to the API

Cookbook

  • Usage

Package

  • isogeo_pysdk
    • isogeo_pysdk package
      • Subpackages
        • isogeo_pysdk.api package
        • isogeo_pysdk.enums package
        • isogeo_pysdk.models package
      • Submodules
Isogeo Python SDK
  • »
  • 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=None, offset=None, results=None, total=None)

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'>}
property limit: int

Gets the created of this Keyword search.

Returns

The created of this Keyword search.

Return type

str

property offset: int

Gets the offset of this Keyword search.

Returns

The offset of this Keyword search.

Return type

int

property results: str

Gets the tag of this Keyword search.

Returns

The tag of this Keyword search.

Return type

str

to_dict()

Returns the model properties as a dict.

Return type

dict

to_str()

Returns the string representation of the model.

Return type

str

property total: str

Gets the total of this Keyword search.

Returns

The total of this Keyword search.

Return type

str

Previous Next

© Copyright 2016 - 2022, Isogeo. Revision c187d7bb.

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