StepStatusResponse

data class StepStatusResponse(val branches: List<BranchStatusResponse>, val status: String, val stepId: String, val stepName: String)

Model that represents the a list of branches and branch statuses.

Constructors

Link copied to clipboard
constructor(branches: List<BranchStatusResponse>, status: String, stepId: String, stepName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The array of branches.

Link copied to clipboard

The value of the status of the step.

Link copied to clipboard

The id of the step.

Link copied to clipboard

The name of the step.