labelFilterBehavior property

String? labelFilterBehavior
getter/setter pair

Filtering behavior of labelIds list specified.

This field replaces label_filter_action; if set, label_filter_action is ignored. 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.String? labelFilterBehavior;