TeamProject interface
Represents a Team Project object.
- Extends
capabilities | Set of capabilities this project has (such as process template & version control). |
default |
The shallow ref to the default team. |
abbreviation | Project abbreviation. |
default |
Url to default team identity image. |
description | The project's description (if any). |
id | Project identifier. |
last |
Project last update time. |
name | Project name. |
revision | Project revision. |
state | Project state. |
url | Url to the full version of the object. |
visibility | Project visibility. |
Set of capabilities this project has (such as process template & version control).
capabilities: {[key: string]: {[key: string]: string}}
Property Value
{[key: string]: {[key: string]: string}}
Project abbreviation.
abbreviation: string
Property Value
string
Inherited From TeamProjectReference.abbreviation
Url to default team identity image.
defaultTeamImageUrl: string
Property Value
string
Inherited From TeamProjectReference.defaultTeamImageUrl
The project's description (if any).
description: string
Property Value
string
Inherited From TeamProjectReference.description
Project last update time.
lastUpdateTime: Date
Property Value
Date
Inherited From TeamProjectReference.lastUpdateTime
Project revision.
revision: number
Property Value
number
Inherited From TeamProjectReference.revision
Url to the full version of the object.
url: string
Property Value
string
Inherited From TeamProjectReference.url
Project visibility.
visibility: ProjectVisibility
Property Value
Inherited From TeamProjectReference.visibility