Table of Contents

Class ExportableMatch

Namespace
Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
Assembly
Sportradar.OddsFeed.SDK.dll

Class used to export/import match cache item properties

[Serializable]
public class ExportableMatch : ExportableCompetition
Inheritance
ExportableMatch
Inherited Members

Properties

CoverageInfo

A ExportableCoverageInfo representation of the coverage info

public ExportableCoverageInfo CoverageInfo { get; set; }

Property Value

ExportableCoverageInfo

DelayedInfo

A ExportableDelayedInfo representation of the delayed info

public ExportableDelayedInfo DelayedInfo { get; set; }

Property Value

ExportableDelayedInfo

EventTimeline

A ExportableEventTimeline representation of the event timeline

public ExportableEventTimeline EventTimeline { get; set; }

Property Value

ExportableEventTimeline

Fixture

A ExportableFixture representation of the fixture

public ExportableFixture Fixture { get; set; }

Property Value

ExportableFixture

Season

A ExportableSeason representation of the season

public ExportableSeason Season { get; set; }

Property Value

ExportableSeason

TournamentId

A string representation of the tournament id

public string TournamentId { get; set; }

Property Value

string

TournamentRound

A ExportableRound representation of the tournament round

public ExportableRound TournamentRound { get; set; }

Property Value

ExportableRound