Link to the function entity.
Name | Type | Description | Notes |
---|---|---|---|
model | HALLinks | [optional] |
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)