Table of Contents

Class ExportableCategory

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

Class used to export/import category cache item properties

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

Properties

CountryCode

Gets the country code

public string CountryCode { get; set; }

Property Value

string

The country code

SportId

Gets the string specifying the id of the parent sport

public string SportId { get; set; }

Property Value

string

TournamentIds

Gets a IEnumerable<T> containing the ids of child tournaments

public IEnumerable<string> TournamentIds { get; set; }

Property Value

IEnumerable<string>