cancelledEvents property

  1. @TagNumber(3)
List<String> cancelledEvents

Specify which event types to stop recieving events for This can be an empty list

Implementation

@$pb.TagNumber(3)
$core.List<$core.String> get cancelledEvents => $_getList(2);