RankedChoiceUserConstraintInput
A user-defined constraint on how many events the ranked choice algorithm should sign them up for. This can be time-bounded, and a user can have as many or as few of these as they like.
input RankedChoiceUserConstraintInput {
finish: Date
maximumSignups: Int
start: Date
}
Fields
RankedChoiceUserConstraintInput.finish
● Date
scalar
The time at which this constraint stops applying (non-inclusive). If null, this constraint is unbounded on the finish side.
RankedChoiceUserConstraintInput.maximumSignups
● Int
scalar
The maximum number of counted signups to be allowed in the timespan described by this constraint.
RankedChoiceUserConstraintInput.start
● Date
scalar
The time at which this constraint starts applying (inclusive). If null, this constraint is unbounded on the start side.
Member Of
CreateRankedChoiceUserConstraintInput
input ● UpdateRankedChoiceUserConstraintInput
input