addLabelIds property

List<String>? addLabelIds
getter/setter pair

A list of IDs of labels to add to this message.

You can add up to 100 labels with each update.

Implementation

core.List<core.String>? addLabelIds;