StepStatus Class

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

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
StepStatus

Constructor

StepStatus(**kwargs)

Variables

step_name
str

The name of the step.

step_id
str

The id of the step.

status
str

The value of the status of the step.

branches
list[BranchStatus]

The array of branches.