Table of Contents

Class ExportableTournamentInfoBasic

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

Class used to export/import tournament info basic cache item properties

[Serializable]
public class ExportableTournamentInfoBasic : ExportableBase
Inheritance
ExportableTournamentInfoBasic
Inherited Members

Properties

Category

A string representation of the category

public string Category { get; set; }

Property Value

string

CurrentSeason

A ExportableCurrentSeasonInfo representation of the current season

public ExportableCurrentSeasonInfo CurrentSeason { get; set; }

Property Value

ExportableCurrentSeasonInfo