Reference object for a TeamProjectCollection.

interface TeamProjectCollectionReference {
    avatarUrl?: string;
    id?: string;
    name?: string;
    url?: string;
}

Hierarchy (View Summary)

Properties

avatarUrl?: string

Collection avatar Url.

id?: string

Collection Id.

name?: string

Collection Name.

url?: string

Collection REST Url.