Step Status Response
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.
Model that represents the a list of branches and branch statuses.