collectionPeriods property

List<CollectionPeriod>? collectionPeriods
getter/setter pair

The collection periods indicate when each of the data points reflected in the time series data in metrics was collected.

Note that all the time series share the same collection periods, and it is enforced in the CrUX pipeline that every time series has the same number of data points.

Implementation

core.List<CollectionPeriod>? collectionPeriods;