Data contract for a TeamProjectCollection.

interface TeamProjectCollection {
    _links?: any;
    avatarUrl?: string;
    description?: string;
    id?: string;
    name?: string;
    processCustomizationType?: ProcessCustomizationType;
    state?: string;
    url?: string;
}

Hierarchy (View Summary)

Properties

_links?: any

The links to other objects related to this object.

avatarUrl?: string

Collection avatar Url.

description?: string

Project collection description.

id?: string

Collection Id.

name?: string

Collection Name.

processCustomizationType?: ProcessCustomizationType

Process customization type on this collection. It can be Xml or Inherited.

state?: string

Project collection state.

url?: string

Collection REST Url.