interface WebApiProjectCollection {
    collectionUrl?: string;
    description?: string;
    id?: string;
    name?: string;
    state?: string;
    url?: string;
}

Hierarchy (View Summary)

Properties

collectionUrl?: string

Collection Tfs Url (Host Url)

description?: string

Project collection description

id?: string

Collection Guid

name?: string

Collection Name

state?: string

Project collection state

url?: string

Collection REST Url