SegmentDefinitionRangeOverrideArgs

data class SegmentDefinitionRangeOverrideArgs(val end: Output<Int>? = null, val start: Output<Int>, val unit: Output<SegmentDefinitionRangeOverrideUnit>) : ConvertibleToJava<SegmentDefinitionRangeOverrideArgs>

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

Constructors

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

Properties

Link copied to clipboard
val end: Output<Int>? = null

The ending point for this overridden range.

Link copied to clipboard
val start: Output<Int>

The starting point for this overridden range.

Link copied to clipboard

The unit to be applied to the range.

Functions

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