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

GetEmployeesResponseObjectLinksSelf

Link to current page

Properties

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

Example

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)

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