Table of Contents

Class ExportableWeatherInfo

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

Class used to export/import weather info cache item properties

[Serializable]
public class ExportableWeatherInfo
Inheritance
ExportableWeatherInfo
Inherited Members

Properties

Pitch

A string specifying the pitch

public string Pitch { get; set; }

Property Value

string

TemperatureCelsius

A int specifying the temperature

public int? TemperatureCelsius { get; set; }

Property Value

int?

WeatherConditions

A string specifying the weather conditions

public string WeatherConditions { get; set; }

Property Value

string

Wind

A string specifying the wind

public string Wind { get; set; }

Property Value

string

WindAdvantage

A string specifying the wind advantage

public string WindAdvantage { get; set; }

Property Value

string