ConflictingItem

Information about a conflicting query used across different sets of featured results. When you create a featured results set, you must check that the queries are unique per featured results set for each index.

Types

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

Properties

Link copied to clipboard

The text of the conflicting query.

Link copied to clipboard

The identifier of the set of featured results that the conflicting query belongs to.

Link copied to clipboard

The name for the set of featured results that the conflicting query belongs to.

Functions

Link copied to clipboard
inline fun copy(block: ConflictingItem.Builder.() -> Unit = {}): ConflictingItem
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