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_sort_valueimportNoResultsResponseSortValue# TODO update the JSON string belowjson="{}"# create an instance of NoResultsResponseSortValue from a JSON stringno_results_response_sort_value_instance=NoResultsResponseSortValue.from_json(json)
# print the JSON string representation of the objectprint(NoResultsResponseSortValue.to_json())
# convert the object into a dictno_results_response_sort_value_dict=no_results_response_sort_value_instance.to_dict()
# create an instance of NoResultsResponseSortValue from a dictno_results_response_sort_value_from_dict=NoResultsResponseSortValue.from_dict(no_results_response_sort_value_dict)