timeToLiveInSeconds property
Ignore the notification, if it has not been delivered before the Time To Live expires.
Implementation
@$pb.TagNumber(7)
$core.int get timeToLiveInSeconds => $_getIZ(6);
Implementation
@$pb.TagNumber(7)
set timeToLiveInSeconds($core.int value) => $_setSignedInt32(6, value);