BranchStatusResponse

data class BranchStatusResponse(val actions: List<ActionStatusResponse>, val branchId: String, val branchName: String, val status: String)

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

Constructors

Link copied to clipboard
constructor(actions: List<ActionStatusResponse>, branchId: String, branchName: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The array of actions.

Link copied to clipboard

The id of the branch status.

Link copied to clipboard

The name of the branch status.

Link copied to clipboard

The status of the branch.