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
List of vulnerability IDs to patch, as returned by the list vulnerabilities endpoint.
Example
fromhostinger_api.models.hosting_v1_node_js_patch_vulnerabilities_requestimportHostingV1NodeJsPatchVulnerabilitiesRequest# TODO update the JSON string belowjson="{}"# create an instance of HostingV1NodeJsPatchVulnerabilitiesRequest from a JSON stringhosting_v1_node_js_patch_vulnerabilities_request_instance=HostingV1NodeJsPatchVulnerabilitiesRequest.from_json(json)
# print the JSON string representation of the objectprint(HostingV1NodeJsPatchVulnerabilitiesRequest.to_json())
# convert the object into a dicthosting_v1_node_js_patch_vulnerabilities_request_dict=hosting_v1_node_js_patch_vulnerabilities_request_instance.to_dict()
# create an instance of HostingV1NodeJsPatchVulnerabilitiesRequest from a dicthosting_v1_node_js_patch_vulnerabilities_request_from_dict=HostingV1NodeJsPatchVulnerabilitiesRequest.from_dict(hosting_v1_node_js_patch_vulnerabilities_request_dict)