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
fromwallet.models.wt_quick_link_link_book_section_idimportWTQuickLinkLinkBookSectionID# TODO update the JSON string belowjson="{}"# create an instance of WTQuickLinkLinkBookSectionID from a JSON stringwt_quick_link_link_book_section_id_instance=WTQuickLinkLinkBookSectionID.from_json(json)
# print the JSON string representation of the objectprintWTQuickLinkLinkBookSectionID.to_json()
# convert the object into a dictwt_quick_link_link_book_section_id_dict=wt_quick_link_link_book_section_id_instance.to_dict()
# create an instance of WTQuickLinkLinkBookSectionID from a dictwt_quick_link_link_book_section_id_form_dict=wt_quick_link_link_book_section_id.from_dict(wt_quick_link_link_book_section_id_dict)