Link to current page
| Name | Type | Description | Notes |
|---|---|---|---|
| href | str | URL of the current page | [optional] |
from bamboohr_sdk.models.get_employees_response_object_links_self import GetEmployeesResponseObjectLinksSelf
# TODO update the JSON string below
json = "{}"
# create an instance of GetEmployeesResponseObjectLinksSelf from a JSON string
get_employees_response_object_links_self_instance = GetEmployeesResponseObjectLinksSelf.from_json(json)
# print the JSON string representation of the object
print(GetEmployeesResponseObjectLinksSelf.to_json())
# convert the object into a dict
get_employees_response_object_links_self_dict = get_employees_response_object_links_self_instance.to_dict()
# create an instance of GetEmployeesResponseObjectLinksSelf from a dict
get_employees_response_object_links_self_from_dict = GetEmployeesResponseObjectLinksSelf.from_dict(get_employees_response_object_links_self_dict)