Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 716 Bytes

Category.md

File metadata and controls

13 lines (10 loc) · 716 Bytes

DigiKey.Api.Model.Category

Properties

Name Type Description Notes
CategoryId int? Gets or Sets CategoryId [optional]
ParentId int? The Id of the Partent Category if the given category is a child of another category [optional]
Name string Gets or Sets Name [optional]
ProductCount long? Gets or Sets ProductCount [optional]
Children List<Category> List of Child Categories [optional]

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