publishIntervalSecs property
How often we should report our info to the map (in seconds)
Implementation
@$pb.TagNumber(1)
$core.int get publishIntervalSecs => $_getIZ(0);
Implementation
@$pb.TagNumber(1)
set publishIntervalSecs($core.int value) => $_setUnsignedInt32(0, value);