messageListVisibility property

String? messageListVisibility
getter/setter pair

The visibility of messages with this label in the message list in the Gmail web interface. Possible string values are:

  • "show" : Show the label in the message list.
  • "hide" : Do not show the label in the message list.

Implementation

core.String? messageListVisibility;