Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProjectInfo

Contains information describing a project.

Hierarchy

  • ProjectInfo

Index

Properties

Optional abbreviation

abbreviation: string

The abbreviated name of the project.

Optional description

description: string

The description of the project.

Optional id

id: string

The id of the project.

Optional lastUpdateTime

lastUpdateTime: Date

The time that this project was last updated.

Optional name

name: string

The name of the project.

Optional properties

properties: Array<ProjectProperty>

A set of name-value pairs storing additional property data related to the project.

Optional revision

revision: number

The current revision of the project.

Optional uri

uri: string

A Uri that can be used to refer to this project.

Optional version

version: number

The version number of the project.

Generated using TypeDoc