9 lines
237 B
C#
9 lines
237 B
C#
namespace YandexMusic.API.Models.Radio.Restriction
|
|
{
|
|
public class YRestrictionDiscreteScale : YRestriction
|
|
{
|
|
public YRestrictionValue<int> Min { get; set; }
|
|
public YRestrictionValue<int> Max { get; set; }
|
|
}
|
|
}
|