TopicSearchFilter

The filter that is used to search for a topic.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the topic search filter.

Link copied to clipboard

The operator like equals or like.

Link copied to clipboard

The value of the topic search filter.

Functions

Link copied to clipboard
inline fun copy(block: TopicSearchFilter.Builder.() -> Unit = {}): TopicSearchFilter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String