PartType Data Type

Properties
name data type description
name string The name of the part type
id number Get the id of the part type
description string Get the description of the part type
auto boolean The auto flag
javaClass string Get the java class (implementation) of the part type
deprecated boolean The deprecation flag

Example

{
  "name" : "...",
  "id" : 12345,
  "description" : "...",
  "auto" : true,
  "javaClass" : "...",
  "deprecated" : true
}