rebootSeconds property
Tell the node to reboot in this many seconds (or <0 to cancel reboot)
Implementation
@$pb.TagNumber(97)
$core.int get rebootSeconds => $_getIZ(50);
Implementation
@$pb.TagNumber(97)
set rebootSeconds($core.int value) => $_setSignedInt32(50, value);