Skip to content

Files

Latest commit

35de6c1 · Oct 12, 2024

History

History
29 lines (20 loc) · 962 Bytes
·

ApiExploitsTrending.md

File metadata and controls

29 lines (20 loc) · 962 Bytes
·

ApiExploitsTrending

Properties

Name Type Description Notes
github bool [optional]

Example

from vulncheck_sdk.models.api_exploits_trending import ApiExploitsTrending

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

# convert the object into a dict
api_exploits_trending_dict = api_exploits_trending_instance.to_dict()
# create an instance of ApiExploitsTrending from a dict
api_exploits_trending_from_dict = ApiExploitsTrending.from_dict(api_exploits_trending_dict)

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