Table of Contents

Interface ISpecifier

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

Defines a contract implemented by classes representing market / outright / outcome specifiers representing a part of unique identifiers

public interface ISpecifier

Properties

Name

Gets the name of the specifier represented by the current instance

string Name { get; }

Property Value

string

Type

Gets the type name of the specifier represented by the current instance

string Type { get; }

Property Value

string