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