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
fromigvf_client.models.no_results_response_facets_inner_terms_innerimportNoResultsResponseFacetsInnerTermsInner# TODO update the JSON string belowjson="{}"# create an instance of NoResultsResponseFacetsInnerTermsInner from a JSON stringno_results_response_facets_inner_terms_inner_instance=NoResultsResponseFacetsInnerTermsInner.from_json(json)
# print the JSON string representation of the objectprint(NoResultsResponseFacetsInnerTermsInner.to_json())
# convert the object into a dictno_results_response_facets_inner_terms_inner_dict=no_results_response_facets_inner_terms_inner_instance.to_dict()
# create an instance of NoResultsResponseFacetsInnerTermsInner from a dictno_results_response_facets_inner_terms_inner_from_dict=NoResultsResponseFacetsInnerTermsInner.from_dict(no_results_response_facets_inner_terms_inner_dict)