minimumIntervalInSeconds property
Ignore the notification if another instance was sent within this interval.
Implementation
@$pb.TagNumber(6)
$core.int get minimumIntervalInSeconds => $_getIZ(5);
Implementation
@$pb.TagNumber(6)
set minimumIntervalInSeconds($core.int value) => $_setSignedInt32(5, value);