checkInterval property
- @TagNumber(2)
how often this request should be repeated
Implementation
@$pb.TagNumber(2)
$45.Duration get checkInterval => $_getN(1);
- @TagNumber(2)
Implementation
@$pb.TagNumber(2)
set checkInterval($45.Duration v) { setField(2, v); }