StepStatus interface
Model that represents the a list of branches and branch statuses.
Properties
branches | The array of branches. NOTE: This property will not be serialized. It can only be populated by the server. |
status | The value of the status of the step. NOTE: This property will not be serialized. It can only be populated by the server. |
step |
The id of the step. NOTE: This property will not be serialized. It can only be populated by the server. |
step |
The name of the step. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
branches
The array of branches. NOTE: This property will not be serialized. It can only be populated by the server.
branches?: BranchStatus[]
Property Value
status
The value of the status of the step. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
stepId
The id of the step. NOTE: This property will not be serialized. It can only be populated by the server.
stepId?: string
Property Value
string
stepName
The name of the step. NOTE: This property will not be serialized. It can only be populated by the server.
stepName?: string
Property Value
string