Skip to main content

FileContent

Type Alias FileContent 

Source
pub type FileContent = Vec<u8>;
Expand description

Body bytes returned by GET /v1/files/{id}/content.

Aliased Typeยง

pub struct FileContent { /* private fields */ }