Isogeo Python SDK
3.10.0

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
  • Afficher la source de la page

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.

Renvoie:

The created of this Keyword search.

Type renvoyé:

str

property offset: int

Gets the offset of this Keyword search.

Renvoie:

The offset of this Keyword search.

Type renvoyé:

int

property results: str

Gets the tag of this Keyword search.

Renvoie:

The tag of this Keyword search.

Type renvoyé:

str

to_dict()

Returns the model properties as a dict.

Type renvoyé:

dict

to_str()

Returns the string representation of the model.

Type renvoyé:

str

property total: str

Gets the total of this Keyword search.

Renvoie:

The total of this Keyword search.

Type renvoyé:

str

Précédent Suivant

© Droits d'auteur 2016 - 2025, Isogeo.

Compilé avec Sphinx en utilisant un thème fourni par Read the Docs.