healthUpdateInterval property
Interval in seconds of how often we should try to send our health metrics to the mesh
Implementation
@$pb.TagNumber(12)
$core.int get healthUpdateInterval => $_getIZ(11);
Implementation
@$pb.TagNumber(12)
set healthUpdateInterval($core.int value) => $_setUnsignedInt32(11, value);