Skip to main content

TeamInfo

Type Alias TeamInfo 

Source
pub type TeamInfo = Team;
Available on crate features dbx_sharing and sync_routes 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.