Interface IHole
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract implemented by classes representing a hole of a golf course
public interface IHole
Properties
Number
Gets the number of the hole
int Number { get; }
Property Value
Par
Gets the par
int Par { get; }
Property Value
- int
The par