thresholdPercent property

double? thresholdPercent
getter/setter pair

Send an alert when this threshold is exceeded.

This is a 1.0-based percentage, so 0.5 = 50%. Validation: non-negative number.

Required.

Implementation

core.double? thresholdPercent;