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.advisory_anchore_nvd_overrideimportAdvisoryAnchoreNVDOverride# TODO update the JSON string belowjson="{}"# create an instance of AdvisoryAnchoreNVDOverride from a JSON stringadvisory_anchore_nvd_override_instance=AdvisoryAnchoreNVDOverride.from_json(json)
# print the JSON string representation of the objectprint(AdvisoryAnchoreNVDOverride.to_json())
# convert the object into a dictadvisory_anchore_nvd_override_dict=advisory_anchore_nvd_override_instance.to_dict()
# create an instance of AdvisoryAnchoreNVDOverride from a dictadvisory_anchore_nvd_override_from_dict=AdvisoryAnchoreNVDOverride.from_dict(advisory_anchore_nvd_override_dict)