Table of Contents

Interface IPeriodStatus

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

Defines a contract implemented by classes representing period status

public interface IPeriodStatus

Properties

Number

Gets the number of the specific lap.

int? Number { get; }

Property Value

int?

The number of the specific lap.

PeriodResults

Gets the period results

IEnumerable<IPeriodCompetitorResult> PeriodResults { get; }

Property Value

IEnumerable<IPeriodCompetitorResult>

The results

Status

Gets the status.

string Status { get; }

Property Value

string

The status.

Remarks

Possible values: not_started, started, completed.

Type

Gets the type

string Type { get; }

Property Value

string

The type

Remarks

Possible values: lap