Class ExportableManager
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Class used to export/import manager item properties
[Serializable]
public class ExportableManager : ExportableBase
- Inheritance
-
ExportableManager
- Inherited Members
Properties
CountryCode
A string representing the country code of the manager
public string CountryCode { get; set; }
Property Value
Nationality
A IDictionary<TKey, TValue> containing translated nationality of the item
public IDictionary<CultureInfo, string> Nationality { get; set; }