Table of Contents

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

string

Name

A string specifying the name

public string Name { get; set; }

Property Value

string

Nationality

A IDictionary<TKey, TValue> containing referee nationality in different languages

public IDictionary<CultureInfo, string> Nationality { get; set; }

Property Value

IDictionary<CultureInfo, string>