You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromwaylay.services.registry.models.webscript_response_with_invoke_link_v2importWebscriptResponseWithInvokeLinkV2# TODO update the JSON string belowjson="{}"# create an instance of WebscriptResponseWithInvokeLinkV2 from a JSON stringwebscript_response_with_invoke_link_v2_instance=WebscriptResponseWithInvokeLinkV2.from_json(json)
# print the JSON string representation of the objectprintWebscriptResponseWithInvokeLinkV2.to_json()
# convert the object into a dictwebscript_response_with_invoke_link_v2_dict=webscript_response_with_invoke_link_v2_instance.to_dict()
# create an instance of WebscriptResponseWithInvokeLinkV2 from a dictwebscript_response_with_invoke_link_v2_form_dict=webscript_response_with_invoke_link_v2.from_dict(webscript_response_with_invoke_link_v2_dict)