Class ExportableRaceDriverProfile
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Class used to export/import race driver profile item properties
[Serializable]
public class ExportableRaceDriverProfile
- Inheritance
-
ExportableRaceDriverProfile
- Inherited Members
Properties
Car
A ExportableCar representing the car
public ExportableCar Car { get; set; }
Property Value
RaceDriverId
A string representing the race driver id
public string RaceDriverId { get; set; }
Property Value
RaceTeamId
A string representing the race team id
public string RaceTeamId { get; set; }