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
fromphrasetms_client.models.trans_memory_reference_dto_v2importTransMemoryReferenceDtoV2# TODO update the JSON string belowjson="{}"# create an instance of TransMemoryReferenceDtoV2 from a JSON stringtrans_memory_reference_dto_v2_instance=TransMemoryReferenceDtoV2.from_json(json)
# print the JSON string representation of the objectprintTransMemoryReferenceDtoV2.to_json()
# convert the object into a dicttrans_memory_reference_dto_v2_dict=trans_memory_reference_dto_v2_instance.to_dict()
# create an instance of TransMemoryReferenceDtoV2 from a dicttrans_memory_reference_dto_v2_from_dict=TransMemoryReferenceDtoV2.from_dict(trans_memory_reference_dto_v2_dict)