HAL links to related actions.
Name | Type | Description | Notes |
---|---|---|---|
job | HALLinks | [optional] | |
plug | HALLinks | ||
webscript | HALLinks | ||
model | HALLinks |
from waylay.services.registry.models.job_status_and_entity_hal_links import JobStatusAndEntityHALLinks
# TODO update the JSON string below
json = "{}"
# create an instance of JobStatusAndEntityHALLinks from a JSON string
job_status_and_entity_hal_links_instance = JobStatusAndEntityHALLinks.from_json(json)
# print the JSON string representation of the object
print JobStatusAndEntityHALLinks.to_json()
# convert the object into a dict
job_status_and_entity_hal_links_dict = job_status_and_entity_hal_links_instance.to_dict()
# create an instance of JobStatusAndEntityHALLinks from a dict
job_status_and_entity_hal_links_form_dict = job_status_and_entity_hal_links.from_dict(job_status_and_entity_hal_links_dict)