Table of Contents

Interface IDivision

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

Represents a division of associated competitor

public interface IDivision

Properties

Id

Id of the division

int? Id { get; }

Property Value

int?

Name

Name of the division

string Name { get; }

Property Value

string