pinnedUntilTime property

String? pinnedUntilTime
getter/setter pair

If present, it fixes the release on the unit until the given time; i.e. changes to the release field will be rejected.

Rollouts should and will also respect this by not requesting an upgrade in the first place.

Optional.

Implementation

core.String? pinnedUntilTime;