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_resource_typeimportHALResourceEntityAllOfLinksResourceType# TODO update the JSON string belowjson="{}"# create an instance of HALResourceEntityAllOfLinksResourceType from a JSON stringhal_resource_entity_all_of_links_resource_type_instance=HALResourceEntityAllOfLinksResourceType.from_json(json)
# print the JSON string representation of the objectprintHALResourceEntityAllOfLinksResourceType.to_json()
# convert the object into a dicthal_resource_entity_all_of_links_resource_type_dict=hal_resource_entity_all_of_links_resource_type_instance.to_dict()
# create an instance of HALResourceEntityAllOfLinksResourceType from a dicthal_resource_entity_all_of_links_resource_type_form_dict=hal_resource_entity_all_of_links_resource_type.from_dict(hal_resource_entity_all_of_links_resource_type_dict)