tags property

List<String>? tags
getter/setter pair

Tags that inbox has been tagged with. Tags can be added to inboxes to group different inboxes within an account. You can also search for inboxes by tag in the dashboard UI.

Implementation

List<String>? tags;