/// Represents a file which can be downloaded from ambientCG.
#[derive(Debug)]pubstructDownloadFile{pubfull_download_path: String,
pubdownload_link: String,
pubfile_name: String,
pubsize:u64,
pubattribute:Option<String>,
pubfile_type:super::DownloadFileType,
pubzip_content:Option<Vec<String>>}