Table of Contents

Class ExportableSeasonCoverage

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

Class used to export/import season coverage cache item properties

[Serializable]
public class ExportableSeasonCoverage
Inheritance
ExportableSeasonCoverage
Inherited Members

Properties

MaxCoverageLevel

A string representation of the max coverage level

public string MaxCoverageLevel { get; set; }

Property Value

string

MaxCovered

A int representation of the max covered

public int? MaxCovered { get; set; }

Property Value

int?

MinCoverageLevel

A string representation of the min coverage level

public string MinCoverageLevel { get; set; }

Property Value

string

Played

A string representation of the year

public int Played { get; set; }

Property Value

int

Scheduled

A int representation of the scheduled

public int Scheduled { get; set; }

Property Value

int

SeasonId

A string representation of the season id

public string SeasonId { get; set; }

Property Value

string