Class TeamOffical
- Namespace
- Sportradar.LiveData.Sdk.FeedProviders.LiveScout.Entities
- Assembly
- Sportradar.LiveData.Sdk.dll
Team offical
[Serializable]
public class TeamOffical
- Inheritance
-
TeamOffical
- Inherited Members
Properties
Id
Manager id
public int Id { get; }
Property Value
Name
Manager name
public string Name { get; }
Property Value
Team
Home or Away team
public Team Team { 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.