ApiLink#
- class ApiLink(href=None, rel=None, *args, **kwargs)#
Bases:
object
HATEOAS links for the request. For paginated requests includes prev/next/first and last links
- Parameters:
- property href#
The URL that points to the relationship.
- Type:
str
- property rel#
The name of the relationship.
- Type:
str
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model