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.v3controllers_purl_response_metadataimportV3controllersPurlResponseMetadata# TODO update the JSON string belowjson="{}"# create an instance of V3controllersPurlResponseMetadata from a JSON stringv3controllers_purl_response_metadata_instance=V3controllersPurlResponseMetadata.from_json(json)
# print the JSON string representation of the objectprint(V3controllersPurlResponseMetadata.to_json())
# convert the object into a dictv3controllers_purl_response_metadata_dict=v3controllers_purl_response_metadata_instance.to_dict()
# create an instance of V3controllersPurlResponseMetadata from a dictv3controllers_purl_response_metadata_from_dict=V3controllersPurlResponseMetadata.from_dict(v3controllers_purl_response_metadata_dict)