pub type About = BasicThing<AboutData>;Expand description
Overview
Aliased Type§
pub struct About {
pub kind: Option<String>,
pub data: AboutData,
}Fields§
§kind: Option<String>An identifier that specifies the type of object that this is.
data: AboutDataThe data contained by this struct. This will vary depending on the type parameter because each endpoint returns different contents.