Competitor

Contains information about one competitor in a fixture. It is used in the FixtureSummary that is in the SearchFixtures response.

Types

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

Properties

Link copied to clipboard

Specifies whether this competitor is the home side in the fixture. If true, this competitor is the home side. If false, this competitor is the away side.

Link copied to clipboard
val name: String?

The name of the competitor, as provided by the data source.

Functions

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