Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1017 Bytes

HALSelfLinksLinks.md

File metadata and controls

30 lines (21 loc) · 1017 Bytes

HALSelfLinksLinks

Links to related objects

Properties

Name Type Description Notes
var_self HALSelfLinksLinksSelf

Example

from waylay.services.resources.models.hal_self_links_links import HALSelfLinksLinks

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

# convert the object into a dict
hal_self_links_links_dict = hal_self_links_links_instance.to_dict()
# create an instance of HALSelfLinksLinks from a dict
hal_self_links_links_form_dict = hal_self_links_links.from_dict(hal_self_links_links_dict)

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