observationPeriod property

String? observationPeriod
getter/setter pair

Observation period that led to the insight.

The source data used to generate the insight ends at last_refresh_time and begins at (last_refresh_time - observation_period).

Implementation

core.String? observationPeriod;