CheckinManifestInfo interface

model interface CheckinManifestInfo

Properties

commitId

The commit id.

isCheckedIn

Whether the manifest is checked in.

pullRequest

The pull request.

statusMessage

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