Class ExportableGroup
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Class used to export/import group cache item properties
[Serializable]
public class ExportableGroup
- Inheritance
-
ExportableGroup
- Inherited Members
Properties
Competitors
A list of competitor id Urn as string representation of the competitors ids
public IEnumerable<string> Competitors { get; set; }
Property Value
CompetitorsReferences
A dictionary of competitor ids and references representation of the competitor references
public IDictionary<string, Dictionary<string, string>> CompetitorsReferences { get; set; }
Property Value
Id
A string representation of the id
public string Id { get; set; }
Property Value
Name
A string representation of the name
public string Name { get; set; }