Link to the function entity.
Name | Type | Description | Notes |
---|---|---|---|
webscript | HALLinks | [optional] |
from waylay.services.registry.models.jobs_for_webscript_response_v2_links import JobsForWebscriptResponseV2Links
# TODO update the JSON string below
json = "{}"
# create an instance of JobsForWebscriptResponseV2Links from a JSON string
jobs_for_webscript_response_v2_links_instance = JobsForWebscriptResponseV2Links.from_json(json)
# print the JSON string representation of the object
print JobsForWebscriptResponseV2Links.to_json()
# convert the object into a dict
jobs_for_webscript_response_v2_links_dict = jobs_for_webscript_response_v2_links_instance.to_dict()
# create an instance of JobsForWebscriptResponseV2Links from a dict
jobs_for_webscript_response_v2_links_form_dict = jobs_for_webscript_response_v2_links.from_dict(jobs_for_webscript_response_v2_links_dict)