Class ExportableReferee
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Class used to export/import referee cache item properties
[Serializable]
public class ExportableReferee
- Inheritance
-
ExportableReferee
- Inherited Members
Properties
Id
A string representing id of the related entity
public string Id { get; set; }
Property Value
Name
A string specifying the name
public string Name { get; set; }
Property Value
Nationality
A IDictionary<TKey, TValue> containing referee nationality in different languages
public IDictionary<CultureInfo, string> Nationality { get; set; }