models_v2.common_search_indexed_objects_response_params module

class models_v2.common_search_indexed_objects_response_params.CommonSearchIndexedObjectsResponseParams(object_type=None, count=None, pagination_cookie=None)[source]

Bases: object

Implementation of the ‘Common Search Indexed Objects Response Params.’ model.

Specifies the common search indexed objects response params.

Attributes:

object_type (ObjectType2Enum): Specifies the object type. count (int): Specifies the total number of indexed objects that match

the filter and search criteria. Use this value to determine how many additional requests are required to get the full result.

pagination_cookie (string): Specifies cookie for resuming search if

pagination is being used.

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.