labelListVisibility property
The visibility of the label in the label list in the Gmail web interface. Possible string values are:
- "labelShow" : Show the label in the label list.
- "labelShowIfUnread" : Show the label if there are any unread messages with that label.
- "labelHide" : Do not show the label in the label list.
Implementation
core.String? labelListVisibility;