Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.2 KB

File metadata and controls

30 lines (21 loc) · 1.2 KB

GetEmployeesResponseObjectLinksPrev

Link to previous page

Properties

Name Type Description Notes
href str URL of the previous page [optional]

Example

from bamboohr_sdk.models.get_employees_response_object_links_prev import GetEmployeesResponseObjectLinksPrev

# TODO update the JSON string below
json = "{}"
# create an instance of GetEmployeesResponseObjectLinksPrev from a JSON string
get_employees_response_object_links_prev_instance = GetEmployeesResponseObjectLinksPrev.from_json(json)
# print the JSON string representation of the object
print(GetEmployeesResponseObjectLinksPrev.to_json())

# convert the object into a dict
get_employees_response_object_links_prev_dict = get_employees_response_object_links_prev_instance.to_dict()
# create an instance of GetEmployeesResponseObjectLinksPrev from a dict
get_employees_response_object_links_prev_from_dict = GetEmployeesResponseObjectLinksPrev.from_dict(get_employees_response_object_links_prev_dict)

[Back to Model list] [Back to API list] [Back to README]