DurationRange

This data type is used in the AssessmentTemplateFilter data type.

Types

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

Properties

Link copied to clipboard

The maximum value of the duration range. Must be less than or equal to 604800 seconds (1 week).

Link copied to clipboard

The minimum value of the duration range. Must be greater than zero.

Functions

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