vt3 0.7.3

VirusTotal REST API v3 (Public & Enterprise)
Documentation
1
2
3
4
5
6
#![allow(dead_code)]
use super::Attributes;
use crate::public_api::model::{Collection, Object};

pub type VtFile = Object<Attributes>;
pub type VtFiles = Collection<Attributes>;