ProjectInfo interface
Contains information describing a project.
Properties
abbreviation | The abbreviated name of the project. |
description | The description of the project. |
id | The id of the project. |
last |
The time that this project was last updated. |
name | The name of the project. |
properties | A set of name-value pairs storing additional property data related to the project. |
revision | The current revision of the project. |
state | The current state of the project. |
uri | A Uri that can be used to refer to this project. |
version | The version number of the project. |
visibility | Indicates whom the project is visible to. |
Property Details
abbreviation
The abbreviated name of the project.
abbreviation: string
Property Value
string
description
The description of the project.
description: string
Property Value
string
id
The id of the project.
id: string
Property Value
string
lastUpdateTime
The time that this project was last updated.
lastUpdateTime: Date
Property Value
Date
name
The name of the project.
name: string
Property Value
string
properties
A set of name-value pairs storing additional property data related to the project.
properties: ProjectProperty[]
Property Value
revision
The current revision of the project.
revision: number
Property Value
number
state
The current state of the project.
state: any
Property Value
any
uri
A Uri that can be used to refer to this project.
uri: string
Property Value
string
version
The version number of the project.
version: number
Property Value
number
visibility
Indicates whom the project is visible to.
visibility: ProjectVisibility