Class Innings
- Namespace
- Sportradar.LiveData.Sdk.FeedProviders.LiveScout.Types
- Assembly
- Sportradar.LiveData.Sdk.dll
Innings
[Serializable]
public class Innings
- Inheritance
-
Innings
- Inherited Members
Properties
Dismissals
Dismissals
public int Dismissals { get; }
Property Value
Runs
Runs
public int Runs { get; }
Property Value
StatusId
Status id
public int StatusId { get; }
Property Value
StatusName
Status Name
public string StatusName { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Remarks
Can be used for diagnostics purposes.