Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BranchStatus

Package version

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

Hierarchy

  • BranchStatus

Index

Properties

Optional actions

actions: ActionStatus[]

The array of actions. NOTE: This property will not be serialized. It can only be populated by the server.

Optional branchId

branchId: undefined | string

The id of the branch status. NOTE: This property will not be serialized. It can only be populated by the server.

Optional branchName

branchName: undefined | string

The name of the branch status. NOTE: This property will not be serialized. It can only be populated by the server.

Optional status

status: undefined | string

The status of the branch. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc