updateAtFirstMaintenanceCall property

  1. @BuiltValueField.new(wireName: r'updateAtFirstMaintenanceCall')
bool? get 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;