SegmentDefinitionRangeOverride

data class SegmentDefinitionRangeOverride(val end: Int? = null, val start: Int, val unit: SegmentDefinitionRangeOverrideUnit)

Defines the range to be applied to the calculated attribute definition.

Constructors

Link copied to clipboard
constructor(end: Int? = null, start: Int, unit: SegmentDefinitionRangeOverrideUnit)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val end: Int? = null

The ending point for this overridden range.

Link copied to clipboard
val start: Int

The starting point for this overridden range.

Link copied to clipboard

The unit to be applied to the range.