models.links module¶
-
class
models.links.
Links
(next=None, previous=None, mself=None)[source]¶ Bases:
object
Implementation of the ‘Links’ model.
The links proto to a specific resource. For example, resource, can be domain, endpoint or service.
- Attributes:
next (string): TODO: Type description here. previous (string): TODO: Type description here. mself (string): TODO: Type description here.
-
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.