RequestFilter

Enables filtering of results based on specified action criteria. You can define multiple action filters to refine results using combinations of feature type, severity level, and recommendation type.

Types

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

Properties

Link copied to clipboard

A list of action filters that define criteria for filtering results. Each filter specifies a key, match option, and corresponding values to filter on.

Functions

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