interface WebApiTeam {
    description?: string;
    id?: string;
    identity?: Identity;
    identityUrl?: string;
    name?: string;
    projectId?: string;
    projectName?: string;
    url?: string;
}

Hierarchy (View Summary)

Properties

description?: string

Team description

id?: string

Team (Identity) Guid. A Team Foundation ID.

identity?: Identity

Team identity.

identityUrl?: string

Identity REST API Url to this team

name?: string

Team name

projectId?: string
projectName?: string
url?: string

Team REST API Url