StageDetails interface
Resource stage details.
Properties
| display |
Display name of the resource stage. |
| stage |
Stage name. |
| stage |
Stage status. |
| start |
Stage start time. |
Property Details
displayName
Display name of the resource stage.
displayName?: string
Property Value
string
stageName
Stage name.
stageName?: string
Property Value
string
stageStatus
Stage status.
stageStatus?: string
Property Value
string
startTime
Stage start time.
startTime?: Date
Property Value
Date