Name |
Type |
Description |
Notes |
github |
bool |
|
[optional] |
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]