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