SchedulePeriod

Defines the active time period for execution of the scheduled report.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endTime: <Error class: unknown class>?

The end time of the schedule period. If not specified, defaults to 3 years from the time of the create or update request. The maximum allowed value is 3 years from the current time. Setting an end time beyond this limit returns a ValidationException.

Link copied to clipboard
val startTime: <Error class: unknown class>?

The start time of the schedule period. If not specified, defaults to the time of the create or update request. The start time cannot be more than 5 minutes before the time of the request.

Functions

Link copied to clipboard
inline fun copy(block: SchedulePeriod.Builder.() -> Unit = {}): SchedulePeriod
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
open override fun toString(): String