endTime property
Optional. Exclusive end of the interval.
If specified, a Timestamp matching this interval will have to be before the end.
Implementation
@$pb.TagNumber(2)
$18.Timestamp get endTime => $_getN(1);
Implementation
@$pb.TagNumber(2)
set endTime($18.Timestamp v) {
setField(2, v);
}