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
fromkandji.models.threats_get_threat_details200_responseimportThreatsGetThreatDetails200Response# TODO update the JSON string belowjson="{}"# create an instance of ThreatsGetThreatDetails200Response from a JSON stringthreats_get_threat_details200_response_instance=ThreatsGetThreatDetails200Response.from_json(json)
# print the JSON string representation of the objectprint(ThreatsGetThreatDetails200Response.to_json())
# convert the object into a dictthreats_get_threat_details200_response_dict=threats_get_threat_details200_response_instance.to_dict()
# create an instance of ThreatsGetThreatDetails200Response from a dictthreats_get_threat_details200_response_from_dict=ThreatsGetThreatDetails200Response.from_dict(threats_get_threat_details200_response_dict)