Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 986 Bytes

File metadata and controls

28 lines (19 loc) · 986 Bytes

EmployeeValueAnyOfInner

Properties

Name Type Description Notes

Example

from bamboohr_sdk.models.employee_value_any_of_inner import EmployeeValueAnyOfInner

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

# convert the object into a dict
employee_value_any_of_inner_dict = employee_value_any_of_inner_instance.to_dict()
# create an instance of EmployeeValueAnyOfInner from a dict
employee_value_any_of_inner_from_dict = EmployeeValueAnyOfInner.from_dict(employee_value_any_of_inner_dict)

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