period property
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);
Implementation
@$pb.TagNumber(1)
set period($core.int value) => $_setUnsignedInt32(0, value);