Presentation Time Range Response
data class PresentationTimeRangeResponse(val endTimestamp: Double? = null, val forceEndTimestamp: Boolean? = null, val liveBackoffDuration: Double? = null, val presentationWindowDuration: Double? = null, val startTimestamp: Double? = null, val timescale: Double? = null)
The presentation time range, this is asset related and not recommended for Account Filter.
Constructors
Properties
Link copied to clipboard
The absolute end time boundary.
Link copied to clipboard
The indicator of forcing existing of end time stamp.
Link copied to clipboard
The relative to end right edge.
Link copied to clipboard
The relative to end sliding window.
Link copied to clipboard
The absolute start time boundary.