Embedded representations of the latest draft/published versions.
Name | Type | Description | Notes |
---|---|---|---|
draft | WebscriptResponseWithInvokeLinkV2 | [optional] | |
published | WebscriptResponseWithInvokeLinkV2 | [optional] |
from waylay.services.registry.models.alt_embedded_version_i_webscript_response_with_invoke_link_v2 import AltEmbeddedVersionIWebscriptResponseWithInvokeLinkV2
# TODO update the JSON string below
json = "{}"
# create an instance of AltEmbeddedVersionIWebscriptResponseWithInvokeLinkV2 from a JSON string
alt_embedded_version_i_webscript_response_with_invoke_link_v2_instance = AltEmbeddedVersionIWebscriptResponseWithInvokeLinkV2.from_json(json)
# print the JSON string representation of the object
print AltEmbeddedVersionIWebscriptResponseWithInvokeLinkV2.to_json()
# convert the object into a dict
alt_embedded_version_i_webscript_response_with_invoke_link_v2_dict = alt_embedded_version_i_webscript_response_with_invoke_link_v2_instance.to_dict()
# create an instance of AltEmbeddedVersionIWebscriptResponseWithInvokeLinkV2 from a dict
alt_embedded_version_i_webscript_response_with_invoke_link_v2_form_dict = alt_embedded_version_i_webscript_response_with_invoke_link_v2.from_dict(alt_embedded_version_i_webscript_response_with_invoke_link_v2_dict)