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
fromopcua_webapi.models.json_application_description_messageimportJsonApplicationDescriptionMessage# TODO update the JSON string belowjson="{}"# create an instance of JsonApplicationDescriptionMessage from a JSON stringjson_application_description_message_instance=JsonApplicationDescriptionMessage.from_json(json)
# print the JSON string representation of the objectprint(JsonApplicationDescriptionMessage.to_json())
# convert the object into a dictjson_application_description_message_dict=json_application_description_message_instance.to_dict()
# create an instance of JsonApplicationDescriptionMessage from a dictjson_application_description_message_from_dict=JsonApplicationDescriptionMessage.from_dict(json_application_description_message_dict)