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
Count of vulnerabilities in a vulnerability group on a certain date.
[optional]
var_date
str
[optional]
vulnerabilty_group
str
[optional]
Example
fromibm_gdsc_sdk_saas.models.assetsv3_vulnerability_trendimportAssetsv3VulnerabilityTrend# TODO update the JSON string belowjson="{}"# create an instance of Assetsv3VulnerabilityTrend from a JSON stringassetsv3_vulnerability_trend_instance=Assetsv3VulnerabilityTrend.from_json(json)
# print the JSON string representation of the objectprint(Assetsv3VulnerabilityTrend.to_json())
# convert the object into a dictassetsv3_vulnerability_trend_dict=assetsv3_vulnerability_trend_instance.to_dict()
# create an instance of Assetsv3VulnerabilityTrend from a dictassetsv3_vulnerability_trend_from_dict=Assetsv3VulnerabilityTrend.from_dict(assetsv3_vulnerability_trend_dict)