Presentation Time Range Args
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.