FilterSource

Information about the bot filter that was applied to the request. This structure is populated in the response when you filter by bot category, organization, or name.

Types

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

Properties

Link copied to clipboard

The bot category that was used to filter the results. For example, ai or search_engine.

Link copied to clipboard

The bot name that was used to filter the results. For example, gptbot or googlebot.

Link copied to clipboard

The bot organization that was used to filter the results. For example, OpenAI or Google.

Functions

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