namespace YandexMusic.API.Models.Radio.Restriction; public class YRestrictionDiscreteScale : YRestriction { public YRestrictionValue Min { get; set; } public YRestrictionValue Max { get; set; } }