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_backup_response_metadataimportV3controllersBackupResponseMetadata# TODO update the JSON string belowjson="{}"# create an instance of V3controllersBackupResponseMetadata from a JSON stringv3controllers_backup_response_metadata_instance=V3controllersBackupResponseMetadata.from_json(json)
# print the JSON string representation of the objectprint(V3controllersBackupResponseMetadata.to_json())
# convert the object into a dictv3controllers_backup_response_metadata_dict=v3controllers_backup_response_metadata_instance.to_dict()
# create an instance of V3controllersBackupResponseMetadata from a dictv3controllers_backup_response_metadata_from_dict=V3controllersBackupResponseMetadata.from_dict(v3controllers_backup_response_metadata_dict)