period property

  1. @TagNumber(1)
int get period

Period in seconds that the heartbeat is sent out that will be sent to the client

Implementation

@$pb.TagNumber(1)
$core.int get period => $_getIZ(0);
  1. @TagNumber(1)
set period (int value)

Implementation

@$pb.TagNumber(1)
set period($core.int value) => $_setUnsignedInt32(0, value);