Class ExportableDivision
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Class used to export/import division cache item properties
[Serializable]
public class ExportableDivision
- Inheritance
-
ExportableDivision
- Inherited Members
Properties
Id
The id of the division
public int? Id { get; set; }
Property Value
- int?
Name
The name of the division
public string Name { get; set; }