duration property

String? duration
getter/setter pair

The amount of time that a time series must fail to report new data to be considered failing.

The minimum value of this field is 120 seconds. Larger values that are a multiple of a minute--for example, 240 or 300 seconds--are supported. If an invalid value is given, an error will be returned. The Duration.nanos field is ignored.

Implementation

core.String? duration;