AutomationSchedule

Automation schedule

Types

Link copied to clipboard
class Builder

Schedule builder.

Link copied to clipboard

Schedule data

Properties

Link copied to clipboard

The audience.

Link copied to clipboard
Link copied to clipboard
val delay: AutomationDelay? = null

An AutomationDelay instance.

Link copied to clipboard

The edit grace period in days.

Link copied to clipboard
val endDate: ULong? = null

The schedule end time in ms.

Link copied to clipboard
val group: String? = null

The schedule group.

Link copied to clipboard

The schedule ID.

Link copied to clipboard
val interval: ULong? = null

The interval in seconds.

Link copied to clipboard
val limit: UInt? = null

The fulfillment limit.

Link copied to clipboard
val priority: Int? = null

The priority level.

Link copied to clipboard
val startDate: ULong? = null

The schedule start time in ms.

Link copied to clipboard

A list of triggers.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

Creates a new AutomationSchedule.Builder with the values from this schedule.

Link copied to clipboard
open override fun toJsonValue(): JsonValue
Link copied to clipboard
open override fun toString(): String