Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.25 KB

ApiNVD20TemporalAssociatedBaseMetric.md

File metadata and controls

31 lines (22 loc) · 1.25 KB

ApiNVD20TemporalAssociatedBaseMetric

Properties

Name Type Description Notes
base_score float [optional]
source str [optional]
type str [optional]

Example

from vulncheck_sdk.models.api_nvd20_temporal_associated_base_metric import ApiNVD20TemporalAssociatedBaseMetric

# TODO update the JSON string below
json = "{}"
# create an instance of ApiNVD20TemporalAssociatedBaseMetric from a JSON string
api_nvd20_temporal_associated_base_metric_instance = ApiNVD20TemporalAssociatedBaseMetric.from_json(json)
# print the JSON string representation of the object
print(ApiNVD20TemporalAssociatedBaseMetric.to_json())

# convert the object into a dict
api_nvd20_temporal_associated_base_metric_dict = api_nvd20_temporal_associated_base_metric_instance.to_dict()
# create an instance of ApiNVD20TemporalAssociatedBaseMetric from a dict
api_nvd20_temporal_associated_base_metric_from_dict = ApiNVD20TemporalAssociatedBaseMetric.from_dict(api_nvd20_temporal_associated_base_metric_dict)

[Back to Model list] [Back to API list] [Back to README]