WebApiProject interface
Represents a shallow reference to a TeamProject.
- Extends
Properties
capabilities | Set of capabilities this project has |
collection | Reference to collection which contains this project |
default |
Default team for this project |
Inherited Properties
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. |
Property Details
capabilities
Set of capabilities this project has
capabilities: {[key: string]: {[key: string]: string}}
Property Value
{[key: string]: {[key: string]: string}}
collection
Reference to collection which contains this project
collection: WebApiProjectCollectionRef
Property Value
defaultTeam
Inherited Property Details
abbreviation
Project abbreviation.
abbreviation: string
Property Value
string
Inherited From TeamProjectReference.abbreviation
defaultTeamImageUrl
Url to default team identity image.
defaultTeamImageUrl: string
Property Value
string
Inherited From TeamProjectReference.defaultTeamImageUrl
description
The project's description (if any).
description: string
Property Value
string
Inherited From TeamProjectReference.description
id
lastUpdateTime
Project last update time.
lastUpdateTime: Date
Property Value
Date
Inherited From TeamProjectReference.lastUpdateTime
name
revision
Project revision.
revision: number
Property Value
number
Inherited From TeamProjectReference.revision
state
url
Url to the full version of the object.
url: string
Property Value
string
Inherited From TeamProjectReference.url
visibility
Project visibility.
visibility: ProjectVisibility
Property Value
Inherited From TeamProjectReference.visibility