Interface ICar
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest
- Assembly
- Sportradar.OddsFeed.SDK.dll
Represents a car
public interface ICar
Properties
Chassis
Gets the car chassis
string Chassis { get; }
Property Value
- string
The car chassis
EngineName
Gets the car engine name
string EngineName { get; }
Property Value
- string
The car engine name
Name
Gets the car name
string Name { get; }
Property Value
- string
The car name