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
DelayedInfo
A ExportableDelayedInfo representation of the delayed info
public ExportableDelayedInfo DelayedInfo { get; set; }
Property Value
EventTimeline
A ExportableEventTimeline representation of the event timeline
public ExportableEventTimeline EventTimeline { get; set; }
Property Value
Fixture
A ExportableFixture representation of the fixture
public ExportableFixture Fixture { get; set; }
Property Value
Season
A ExportableSeason representation of the season
public ExportableSeason Season { get; set; }
Property Value
TournamentId
A string representation of the tournament id
public string TournamentId { get; set; }
Property Value
TournamentRound
A ExportableRound representation of the tournament round
public ExportableRound TournamentRound { get; set; }