vt3 0.7.3

VirusTotal REST API v3 (Public & Enterprise)
Documentation
1
2
3
4
5
pub use super::response::Attributes as CommentAttributes;
use crate::public_api::model::{Collection, Object};

pub type Comment = Object<CommentAttributes>;
pub type Comments = Collection<CommentAttributes>;