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_data_set_meta_data_messageimportJsonDataSetMetaDataMessage# TODO update the JSON string belowjson="{}"# create an instance of JsonDataSetMetaDataMessage from a JSON stringjson_data_set_meta_data_message_instance=JsonDataSetMetaDataMessage.from_json(json)
# print the JSON string representation of the objectprint(JsonDataSetMetaDataMessage.to_json())
# convert the object into a dictjson_data_set_meta_data_message_dict=json_data_set_meta_data_message_instance.to_dict()
# create an instance of JsonDataSetMetaDataMessage from a dictjson_data_set_meta_data_message_from_dict=JsonDataSetMetaDataMessage.from_dict(json_data_set_meta_data_message_dict)