PlanStage

data class PlanStage(val durationInMinutes: Int, val targets: List<PlanStageTarget>? = null)

Constructors

Link copied to clipboard
constructor(durationInMinutes: Int, targets: List<PlanStageTarget>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard