pub type NONDeleteObjectRequest = NONDeleteObjectOutputRequest;Aliased Type§
pub struct NONDeleteObjectRequest {
pub common: NONOutputRequestCommon,
pub object_id: ObjectId,
pub inner_path: Option<String>,
}Fields§
§common: NONOutputRequestCommon§object_id: ObjectId§inner_path: Option<String>