removeLabelIds property

List<String>? removeLabelIds
getter/setter pair

A list IDs of labels to remove from this message.

You can remove up to 100 labels with each update.

Implementation

core.List<core.String>? removeLabelIds;