Class DateTimeBetweenCondition

java.lang.Object
io.kestra.core.models.conditions.Condition
io.kestra.core.models.conditions.types.DateTimeBetweenCondition
All Implemented Interfaces:
ScheduleCondition, Rethrow.PredicateChecked<ConditionContext,InternalException>

@Plugin(examples=@Example(full=true,code={"- conditions:"," - type: io.kestra.core.models.conditions.types.DateTimeBetweenCondition"," after: \"2013-09-08T16:19:12Z\""})) public class DateTimeBetweenCondition extends Condition implements ScheduleCondition