1//! Copyright The iFREEGROUP/oss-sdk-rs Authors 2 3use serde::{Deserialize}; 4 5pub mod error; 6pub mod object; 7 8#[derive(Default,Deserialize)] 9pub struct Empty;