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_temporal_associated_base_metricimportApiNVD20TemporalAssociatedBaseMetric# TODO update the JSON string belowjson="{}"# create an instance of ApiNVD20TemporalAssociatedBaseMetric from a JSON stringapi_nvd20_temporal_associated_base_metric_instance=ApiNVD20TemporalAssociatedBaseMetric.from_json(json)
# print the JSON string representation of the objectprint(ApiNVD20TemporalAssociatedBaseMetric.to_json())
# convert the object into a dictapi_nvd20_temporal_associated_base_metric_dict=api_nvd20_temporal_associated_base_metric_instance.to_dict()
# create an instance of ApiNVD20TemporalAssociatedBaseMetric from a dictapi_nvd20_temporal_associated_base_metric_from_dict=ApiNVD20TemporalAssociatedBaseMetric.from_dict(api_nvd20_temporal_associated_base_metric_dict)