Schedule Placement Constraint
data class SchedulePlacementConstraint(val expression: String? = null, val type: SchedulePlacementConstraintType? = null)
An object representing a constraint on task placement.
Constructors
Link copied to clipboard
fun SchedulePlacementConstraint(expression: String? = null, type: SchedulePlacementConstraintType? = null)