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
fromwaylay.services.resources.models.hal_resource_entity_all_of_links_parentimportHALResourceEntityAllOfLinksParent# TODO update the JSON string belowjson="{}"# create an instance of HALResourceEntityAllOfLinksParent from a JSON stringhal_resource_entity_all_of_links_parent_instance=HALResourceEntityAllOfLinksParent.from_json(json)
# print the JSON string representation of the objectprintHALResourceEntityAllOfLinksParent.to_json()
# convert the object into a dicthal_resource_entity_all_of_links_parent_dict=hal_resource_entity_all_of_links_parent_instance.to_dict()
# create an instance of HALResourceEntityAllOfLinksParent from a dicthal_resource_entity_all_of_links_parent_form_dict=hal_resource_entity_all_of_links_parent.from_dict(hal_resource_entity_all_of_links_parent_dict)