/// AuthGroup : Specifies the configuration properties for a group.
#[allow(unused_imports)]useserde_json::Value;#[derive(Debug, Serialize, Deserialize)]pubstructAuthGroup{/// Specifies the numeric group identifier.
#[serde(rename ="gid")]pubgid:Option<i32>,
}