Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.02 KB

File metadata and controls

28 lines (19 loc) · 1.02 KB

WTLinkBookLinkBookSectionID

Properties

Name Type Description Notes

Example

from wallet.models.wt_link_book_link_book_section_id import WTLinkBookLinkBookSectionID

# TODO update the JSON string below
json = "{}"
# create an instance of WTLinkBookLinkBookSectionID from a JSON string
wt_link_book_link_book_section_id_instance = WTLinkBookLinkBookSectionID.from_json(json)
# print the JSON string representation of the object
print WTLinkBookLinkBookSectionID.to_json()

# convert the object into a dict
wt_link_book_link_book_section_id_dict = wt_link_book_link_book_section_id_instance.to_dict()
# create an instance of WTLinkBookLinkBookSectionID from a dict
wt_link_book_link_book_section_id_form_dict = wt_link_book_link_book_section_id.from_dict(wt_link_book_link_book_section_id_dict)

[Back to Model list] [Back to API list] [Back to README]