models_v2.objects_search_result module¶
-
class
models_v2.objects_search_result.
ObjectsSearchResult
(objects=None, pagination_cookie=None, count=None)[source]¶ Bases:
object
Implementation of the ‘Objects Search Result’ model.
Specifies the Objects search result.
- Attributes:
objects (list of SearchObject): Specifies the list of Objects. pagination_cookie (string): Specifies the pagination cookie with which
subsequent parts of the response can be fetched.
- count (int): Specifies the number of objects to be fetched for the
specified pagination cookie.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.