DesPartSpec
Represents a part specification.
type DesPartSpec {
attribute: DesPartAttribute!
displayValue: String!
siValue: String!
units: String!
unitsName: String!
unitsSymbol: String!
value: String!
valueType: String!
}
Fields
DesPartSpec.attribute ● DesPartAttribute! non-null object
The attribute.
DesPartSpec.displayValue ● String! non-null scalar
The formatted display value.
DesPartSpec.siValue ● String! non-null scalar
The value of the spec in SI base units.
DesPartSpec.units ● String! non-null scalar
The units of the value.
DesPartSpec.unitsName ● String! non-null scalar
The short name of the units.
DesPartSpec.unitsSymbol ● String! non-null scalar
The short name of the units.
DesPartSpec.value ● String! non-null scalar
The actual value.
DesPartSpec.valueType ● String! non-null scalar
The value type of the specification.