Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 913 Bytes

LimitedTaxonomy.md

File metadata and controls

15 lines (12 loc) · 913 Bytes

DigiKey.Api.Model.LimitedTaxonomy

Properties

Name Type Description Notes
Children List<LimitedTaxonomy> List of taxonomies contained within this taxonomy. [optional]
ProductCount int? The number of products contained within this taxonomy. [optional]
NewProductCount int? The number of new products contained within this taxonomy. [optional]
ParameterId int? The Id of the parameter. [optional]
ValueId string The Id of the value. [optional]
Parameter string The name of the parameter. [optional]
Value string The name of the value. [optional]

[Back to Model list] [Back to API list] [Back to README]