Table of Contents

Class ExportableCar

Namespace
Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
Assembly
Sportradar.OddsFeed.SDK.dll

Class used to export/import car item properties

[Serializable]
public class ExportableCar
Inheritance
ExportableCar
Inherited Members

Properties

Chassis

A string representing the chassis

public string Chassis { get; set; }

Property Value

string

EngineName

A string representing the engine name

public string EngineName { get; set; }

Property Value

string

Name

A string representing the name

public string Name { get; set; }

Property Value

string