restartLocalTime property

  1. @BuiltValueField.new(wireName: r'restartLocalTime')
String? get restartLocalTime

The exact time of the terminal reboot, in the timezone of the terminal in HH:mm format.

Implementation

@BuiltValueField(wireName: r'restartLocalTime')
String? get restartLocalTime;