SearchFilter

A filter for a fixture search. It is used in the filters array of a SearchFixtures request.

Types

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

Properties

Link copied to clipboard

The dimension of the fixture to filter on. Valid values: COMPETITOR.

Link copied to clipboard

An array of values to match in the dimension that you specified in name. You can specify up to 10 values. A fixture appears in the results if it matches at least one of these values.

Functions

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