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.create_reference_file_note_dtoimportCreateReferenceFileNoteDto# TODO update the JSON string belowjson="{}"# create an instance of CreateReferenceFileNoteDto from a JSON stringcreate_reference_file_note_dto_instance=CreateReferenceFileNoteDto.from_json(json)
# print the JSON string representation of the objectprintCreateReferenceFileNoteDto.to_json()
# convert the object into a dictcreate_reference_file_note_dto_dict=create_reference_file_note_dto_instance.to_dict()
# create an instance of CreateReferenceFileNoteDto from a dictcreate_reference_file_note_dto_from_dict=CreateReferenceFileNoteDto.from_dict(create_reference_file_note_dto_dict)