freezePeriods property

List<FreezePeriod>? freezePeriods
getter/setter pair

An annually repeating time period in which over-the-air (OTA) system updates are postponed to freeze the OS version running on a device.

To prevent freezing the device indefinitely, each freeze period must be separated by at least 60 days.

Implementation

core.List<FreezePeriod>? freezePeriods;