Table of Contents

Class ExportableDelayedInfo

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 ExportableDelayedInfo
Inheritance
ExportableDelayedInfo
Inherited Members

Properties

Descriptions

A IDictionary<TKey, TValue> containing descriptions in different languages

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

Property Value

IDictionary<CultureInfo, string>

Id

A string specifying the id

public int Id { get; set; }

Property Value

int