Table of Contents

Class ExportableTimelineEvent

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

Class used to export/import pitcher cache item properties

[Serializable]
public class ExportableTimelineEvent
Inheritance
ExportableTimelineEvent
Inherited Members

Properties

Assists

A IEnumerable<T> specifying the assists

public IEnumerable<ExportableEventPlayerAssist> Assists { get; set; }

Property Value

IEnumerable<ExportableEventPlayerAssist>

AwayScore

A decimal specifying the away score

public decimal? AwayScore { get; set; }

Property Value

decimal?

GoalScorer

A ExportableEventPlayer specifying the goal scorer

public ExportableEventPlayer GoalScorer { get; set; }

Property Value

ExportableEventPlayer

HomeScore

A decimal specifying the home score

public decimal? HomeScore { get; set; }

Property Value

decimal?

Id

A long specifying the id

public long Id { get; set; }

Property Value

long

MatchClock

A string specifying the match clock

public string MatchClock { get; set; }

Property Value

string

MatchStatusCode

A int specifying the match status code

public int? MatchStatusCode { get; set; }

Property Value

int?

MatchTime

A int specifying the match time

public int? MatchTime { get; set; }

Property Value

int?

Period

A string specifying the period

public string Period { get; set; }

Property Value

string

PeriodName

A string specifying the period name

public string PeriodName { get; set; }

Property Value

string

Player

A ExportableEventPlayer specifying the player

public ExportableEventPlayer Player { get; set; }

Property Value

ExportableEventPlayer

Points

A string specifying the points

public string Points { get; set; }

Property Value

string

StoppageTime

A string specifying the stoppage time

public string StoppageTime { get; set; }

Property Value

string

Team

A HomeAway specifying the team

public HomeAway? Team { get; set; }

Property Value

HomeAway?

Time

A DateTime specifying the time

public DateTime Time { get; set; }

Property Value

DateTime

Type

A string specifying the type

public string Type { get; set; }

Property Value

string

Value

A string specifying the value

public string Value { get; set; }

Property Value

string

X

A int specifying the x

public int? X { get; set; }

Property Value

int?

Y

A int specifying the y

public int? Y { get; set; }

Property Value

int?