BranchResponse

data class BranchResponse(val actions: List<Any>, val name: String)

Model that represents a branch in the step.

Constructors

Link copied to clipboard
constructor(actions: List<Any>, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of actions.

Link copied to clipboard

String of the branch name.