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.broker_writer_group_transport_data_typeimportBrokerWriterGroupTransportDataType# TODO update the JSON string belowjson="{}"# create an instance of BrokerWriterGroupTransportDataType from a JSON stringbroker_writer_group_transport_data_type_instance=BrokerWriterGroupTransportDataType.from_json(json)
# print the JSON string representation of the objectprint(BrokerWriterGroupTransportDataType.to_json())
# convert the object into a dictbroker_writer_group_transport_data_type_dict=broker_writer_group_transport_data_type_instance.to_dict()
# create an instance of BrokerWriterGroupTransportDataType from a dictbroker_writer_group_transport_data_type_from_dict=BrokerWriterGroupTransportDataType.from_dict(broker_writer_group_transport_data_type_dict)