labelIds property

List<String>? labelIds
getter/setter pair

List of label_ids to restrict notifications about.

By default, if unspecified, all changes are pushed out. If specified then dictates which labels are required for a push notification to be generated.

Implementation

core.List<core.String>? labelIds;