Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.17 KB

JobsForWebscriptResponseV2Links.md

File metadata and controls

30 lines (21 loc) · 1.17 KB

JobsForWebscriptResponseV2Links

Link to the function entity.

Properties

Name Type Description Notes
webscript HALLinks [optional]

Example

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)

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