Interface IScopeClassificationFilterItemsRequest
Представляет запрос элементов фильтра дерева классификации, отфильтрованного по областям.
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(ScopeClassificationFilterItemsRequest))]
public interface IScopeClassificationFilterItemsRequest
Properties
Scopes
Идентификаторы областей.
List<IScopeData> Scopes { get; set; }