Skip to main content

DownloadFileRequest

Type Alias DownloadFileRequest 

Source
pub type DownloadFileRequest = FileRequest;

Aliased Type§

pub struct DownloadFileRequest {
    pub name: String,
    pub rest: Map<String, Value>,
}

Fields§

§name: String§rest: Map<String, Value>