labelFilterAction property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? labelFilterAction
getter/setter pair

Filtering behavior of labelIds list specified.

This field is deprecated because it caused incorrect behavior in some cases; use label_filter_behavior instead. Possible string values are:

  • "include" : Only get push notifications for message changes relating to labelIds specified.
  • "exclude" : Get push notifications for all message changes except those relating to labelIds specified.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? labelFilterAction;