Skip to main content

BomCreateBomItemElementAttributeValueInput

BOM item element attribute's value.

input BomCreateBomItemElementAttributeValueInput {
floatValue: Float
integerValue: Long
stringValue: String
}

Fields

BomCreateBomItemElementAttributeValueInput.floatValue ● Float scalar

Floating-point value of a BOM element attribute.

BomCreateBomItemElementAttributeValueInput.integerValue ● Long scalar

Integer value of a BOM element attribute.

BomCreateBomItemElementAttributeValueInput.stringValue ● String scalar

String value of a BOM element attribute.