Class ExportablePitcher
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Class used to export/import pitcher cache item properties
[Serializable]
public class ExportablePitcher
- Inheritance
-
ExportablePitcher
- Inherited Members
Properties
Competitor
A HomeAway indicating if the competitor is Home or Away
public HomeAway Competitor { get; set; }
Property Value
Hand
A PlayerHand specifying the hand with which player pitches
public PlayerHand Hand { get; set; }
Property Value
Id
A string representing id of the related entity
public string Id { get; set; }
Property Value
Name
A string specifying the name
public string Name { get; set; }