PresentationTimeRangeArgs

data class PresentationTimeRangeArgs(val endTimestamp: Output<Double>? = null, val forceEndTimestamp: Output<Boolean>? = null, val liveBackoffDuration: Output<Double>? = null, val presentationWindowDuration: Output<Double>? = null, val startTimestamp: Output<Double>? = null, val timescale: Output<Double>? = null) : ConvertibleToJava<PresentationTimeRangeArgs>

The presentation time range, this is asset related and not recommended for Account Filter.

Constructors

Link copied to clipboard
constructor(endTimestamp: Output<Double>? = null, forceEndTimestamp: Output<Boolean>? = null, liveBackoffDuration: Output<Double>? = null, presentationWindowDuration: Output<Double>? = null, startTimestamp: Output<Double>? = null, timescale: Output<Double>? = null)

Properties

Link copied to clipboard
val endTimestamp: Output<Double>? = null

The absolute end time boundary.

Link copied to clipboard
val forceEndTimestamp: Output<Boolean>? = null

The indicator of forcing existing of end time stamp.

Link copied to clipboard
val liveBackoffDuration: Output<Double>? = null

The relative to end right edge.

Link copied to clipboard
val presentationWindowDuration: Output<Double>? = null

The relative to end sliding window.

Link copied to clipboard
val startTimestamp: Output<Double>? = null

The absolute start time boundary.

Link copied to clipboard
val timescale: Output<Double>? = null

The time scale of time stamps.

Functions

Link copied to clipboard
open override fun toJava(): PresentationTimeRangeArgs