Skip to main content

CreateFileResponse

Type Alias CreateFileResponse 

Source
pub type CreateFileResponse = UploadFileResponse;

Aliased Type§

pub struct CreateFileResponse {
    pub file: Option<File>,
    pub rest: Map<String, Value>,
}

Fields§

§file: Option<File>§rest: Map<String, Value>