ScheduleActionSchedulingConfig
constructor(executeAt: Timestamp? = null, executeAfter: Timestamp? = null, executeUntil: Timestamp? = null)
Parameters
executeAt
Exact time to execute the action
executeAfter
Earliest time to execute the action (for randomized scheduling)
executeUntil
Latest time to execute the action (for randomized scheduling)