updateAtFirstMaintenanceCall property
- @BuiltValueField.new(wireName: r'updateAtFirstMaintenanceCall')
Boolean flag that tells if the terminal should update at the first next maintenance call. If false, terminal will update on its configured reboot time.
Implementation
@BuiltValueField(wireName: r'updateAtFirstMaintenanceCall')
bool? get updateAtFirstMaintenanceCall;