dimensionType property

DimensionType? dimensionType
final

The type of segment dimension to use. Valid values are: INCLUSIVE, endpoints that match the criteria are included in the segment; and, EXCLUSIVE, endpoints that match the criteria are excluded from the segment.

Implementation

final DimensionType? dimensionType;