Class ExportableProductInfo
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Class used to export/import product info cache item properties
[Serializable]
public class ExportableProductInfo
- Inheritance
-
ExportableProductInfo
- Inherited Members
Fields
Channels
A IEnumerable<T> representation of the channels
public IEnumerable<ExportableStreamingChannel> Channels
Field Value
IsAutoTraded
A bool indicating if the product is auto traded
public bool IsAutoTraded
Field Value
IsInHostedStatistics
A bool indicating if the product is in hosted statistics
public bool IsInHostedStatistics
Field Value
IsInLiveCenterSoccer
A bool indicating if the product is in live center soccer
public bool IsInLiveCenterSoccer
Field Value
IsInLiveMatchTracker
The bool indicating if the product is in live match tracker
public bool IsInLiveMatchTracker
Field Value
IsInLiveScore
A bool indicating if the product is in live score
public bool IsInLiveScore
Field Value
Links
A IEnumerable<T> representation of the links
public IEnumerable<ExportableProductInfoLink> Links