You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UTC creation timestamp in `YYYY-MM-DD HH:MM:SS` format.
[optional]
created_by
str
[optional]
share_with_employee
str
[optional]
can_rename_file
str
[optional]
can_delete_file
str
[optional]
can_change_share_with_employee_field_value
str
[optional]
Example
frombamboohr_sdk.models.xml_employee_files_category_inner_file_innerimportXmlEmployeeFilesCategoryInnerFileInner# TODO update the JSON string belowjson="{}"# create an instance of XmlEmployeeFilesCategoryInnerFileInner from a JSON stringxml_employee_files_category_inner_file_inner_instance=XmlEmployeeFilesCategoryInnerFileInner.from_json(json)
# print the JSON string representation of the objectprint(XmlEmployeeFilesCategoryInnerFileInner.to_json())
# convert the object into a dictxml_employee_files_category_inner_file_inner_dict=xml_employee_files_category_inner_file_inner_instance.to_dict()
# create an instance of XmlEmployeeFilesCategoryInnerFileInner from a dictxml_employee_files_category_inner_file_inner_from_dict=XmlEmployeeFilesCategoryInnerFileInner.from_dict(xml_employee_files_category_inner_file_inner_dict)