Table of Contents

Interface IGroup

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

Defines a contract implemented by classes representing a competition group

public interface IGroup : IEntityPrinter
Inherited Members

Properties

Competitors

Gets the IEnumerable<T> representing group competitors

IEnumerable<ICompetitor> Competitors { get; }

Property Value

IEnumerable<ICompetitor>

Id

Gets the id of the group represented by the current IGroup instance

string Id { get; }

Property Value

string

Name

Gets the name.

string Name { get; }

Property Value

string

The name.