CheckinManifestInfo interface
model interface CheckinManifestInfo
Properties
| commit |
The commit id. |
| is |
Whether the manifest is checked in. |
| pull |
The pull request. |
| status |
The status message. |
Property Details
commitId
The commit id.
commitId?: string
Property Value
string
isCheckedIn
Whether the manifest is checked in.
isCheckedIn: boolean
Property Value
boolean
pullRequest
The pull request.
pullRequest?: string
Property Value
string
statusMessage
The status message.
statusMessage: string
Property Value
string