Type Alias NONGetObjectRequest

Source
pub type NONGetObjectRequest = NONGetObjectOutputRequest;

Aliased Type§

struct NONGetObjectRequest {
    pub common: NONOutputRequestCommon,
    pub object_id: ObjectId,
    pub inner_path: Option<String>,
}

Fields§

§common: NONOutputRequestCommon§object_id: ObjectId§inner_path: Option<String>