TagState
The possible states of a tag.
enum TagState {
ANY
UNUSED
USED
}
Values
TagState.ANY
Any tag, regardless of how many conversations it has been applied to.
TagState.UNUSED
The tag is not applied to any conversations (count = 0).
TagState.USED
The tag is applied to one or more conversations (count > 0).
Member of
TagFilter input