/// API client information /// /// @author Pierre HUBERT #[derive(Debug)] pub struct APIClient { pub id: u32, pub name: String, pub token: String, pub domain: Option, }