Primary Step Response
data class PrimaryStepResponse(val individualOutcome: List<IndividualOutcomeResponse>, val rollUp: String)
Stores rollup test status of multiple steps that were run as a group and outcome of each individual step.