period property

String? period
getter/setter pair

How often, in seconds, the Uptime check is performed.

Currently, the only supported values are 60s (1 minute), 300s (5 minutes), 600s (10 minutes), and 900s (15 minutes). Optional, defaults to 60s.

Implementation

core.String? period;