rebootSeconds property

  1. @TagNumber(97)
int get rebootSeconds

Tell the node to reboot in this many seconds (or <0 to cancel reboot)

Implementation

@$pb.TagNumber(97)
$core.int get rebootSeconds => $_getIZ(50);
  1. @TagNumber(97)
set rebootSeconds (int value)

Implementation

@$pb.TagNumber(97)
set rebootSeconds($core.int value) => $_setSignedInt32(50, value);