removeLabelIds property

List<String>? removeLabelIds
getter/setter pair

A list of IDs of labels to remove from this thread.

You can remove up to 100 labels with each update.

Implementation

core.List<core.String>? removeLabelIds;