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
fromxi.sdk.resellers.models.quote_search_response_quotes_inner_linksimportQuoteSearchResponseQuotesInnerLinks# TODO update the JSON string belowjson="{}"# create an instance of QuoteSearchResponseQuotesInnerLinks from a JSON stringquote_search_response_quotes_inner_links_instance=QuoteSearchResponseQuotesInnerLinks.from_json(json)
# print the JSON string representation of the objectprint(QuoteSearchResponseQuotesInnerLinks.to_json())
# convert the object into a dictquote_search_response_quotes_inner_links_dict=quote_search_response_quotes_inner_links_instance.to_dict()
# create an instance of QuoteSearchResponseQuotesInnerLinks from a dictquote_search_response_quotes_inner_links_from_dict=QuoteSearchResponseQuotesInnerLinks.from_dict(quote_search_response_quotes_inner_links_dict)