Table of Contents

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

int

Name

Manager name

public string Name { get; }

Property Value

string

Team

Home or Away team

public Team Team { get; }

Property Value

Team

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.