models_v2.pagination_info module¶
- 
class models_v2.pagination_info.PaginationInfo(cookie=None)[source]¶
- Bases: - object- Implementation of the ‘PaginationInfo’ model. - Specifies information needed to support pagination. - Attributes:
- cookie (string): Specifies a cookie which can be passed in by the user
- in order to retrieve the next page of results. 
 
 - 
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.