BranchStatus Class

Model that represents the a list of actions and action statuses.

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

Inheritance
BranchStatus

Constructor

BranchStatus(**kwargs)

Variables

branch_name
str

The name of the branch status.

branch_id
str

The id of the branch status.

status
str

The status of the branch.

actions
list[ActionStatus]

The array of actions.