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
fromvulncheck_sdk.models.api_nvd20_threat_associated_base_metricimportApiNVD20ThreatAssociatedBaseMetric# TODO update the JSON string belowjson="{}"# create an instance of ApiNVD20ThreatAssociatedBaseMetric from a JSON stringapi_nvd20_threat_associated_base_metric_instance=ApiNVD20ThreatAssociatedBaseMetric.from_json(json)
# print the JSON string representation of the objectprint(ApiNVD20ThreatAssociatedBaseMetric.to_json())
# convert the object into a dictapi_nvd20_threat_associated_base_metric_dict=api_nvd20_threat_associated_base_metric_instance.to_dict()
# create an instance of ApiNVD20ThreatAssociatedBaseMetric from a dictapi_nvd20_threat_associated_base_metric_from_dict=ApiNVD20ThreatAssociatedBaseMetric.from_dict(api_nvd20_threat_associated_base_metric_dict)