classificationLabelValues property

List<ClassificationLabelValue>? classificationLabelValues
getter/setter pair

Classification Label values on the message.

Available Classification Label schemas can be queried using the Google Drive Labels API. Each classification label ID must be unique. If duplicate IDs are provided, only one will be retained, and the selection is arbitrary. Only used for Google Workspace accounts.

Implementation

core.List<ClassificationLabelValue>? classificationLabelValues;