pub type TeamInfo = Team;
Available on crate feature
dbx_sharing
only.Aliased Type§
pub struct TeamInfo {
pub id: String,
pub name: String,
}
Fields§
§id: String
The team’s unique ID.
name: String
The name of the team.