Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.12 KB

JobsForModelResponseV2Links.md

File metadata and controls

30 lines (21 loc) · 1.12 KB

JobsForModelResponseV2Links

Link to the function entity.

Properties

Name Type Description Notes
model HALLinks [optional]

Example

from waylay.services.registry.models.jobs_for_model_response_v2_links import JobsForModelResponseV2Links

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

# convert the object into a dict
jobs_for_model_response_v2_links_dict = jobs_for_model_response_v2_links_instance.to_dict()
# create an instance of JobsForModelResponseV2Links from a dict
jobs_for_model_response_v2_links_form_dict = jobs_for_model_response_v2_links.from_dict(jobs_for_model_response_v2_links_dict)

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