labelIds property

List<String>? labelIds
getter/setter pair

The list of label IDs to overwrite the existing account label IDs.

If the list is empty, all currently assigned label IDs will be deleted.

Implementation

core.List<core.String>? labelIds;