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
fromseerr.models.get_cache2_xx_response_dns_cache_statsimportGetCache2XXResponseDnsCacheStats# TODO update the JSON string belowjson="{}"# create an instance of GetCache2XXResponseDnsCacheStats from a JSON stringget_cache2_xx_response_dns_cache_stats_instance=GetCache2XXResponseDnsCacheStats.from_json(json)
# print the JSON string representation of the objectprint(GetCache2XXResponseDnsCacheStats.to_json())
# convert the object into a dictget_cache2_xx_response_dns_cache_stats_dict=get_cache2_xx_response_dns_cache_stats_instance.to_dict()
# create an instance of GetCache2XXResponseDnsCacheStats from a dictget_cache2_xx_response_dns_cache_stats_from_dict=GetCache2XXResponseDnsCacheStats.from_dict(get_cache2_xx_response_dns_cache_stats_dict)