FixtureSummary

Contains information about one fixture. It is used in the SearchFixtures response.

Elemental Inference relays the information in this structure from the data source, so that you can identify the fixture that matches your source media.

Types

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

Properties

Link copied to clipboard

An array of the competitors (the teams or individuals) in the fixture.

Link copied to clipboard

The group that the fixture belongs to, such as the competition, league, or tournament. The data source doesn't provide this information for every fixture.

Link copied to clipboard

The ID of the fixture. Specify this ID in the clipping output of a feed, to identify the fixture whose event data you want Elemental Inference to map onto the clipping metadata.

Link copied to clipboard

The name of the fixture, as provided by the data source. For example, the names of the two competing teams.

Link copied to clipboard

The scheduled start time of the fixture, as provided by the data source. The actual start time might differ.

Link copied to clipboard

The status of the fixture in its lifecycle, as provided by the data source. For example, Scheduled or Completed.

Functions

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