SoftLayer_Product_Item_Category_Question


SoftLayer_Product_Item_Category_Question

Description

The SoftLayer_Product_Item_Category_Question data type represents a single question to be answered by an end user. The question may or may not be required which can be located by looking at the ‘required’ property on the item category references. The answerValueExpression property is a regular expression that is used to validate the answer to the question. The description and valueExample properties can be used to get an idea of the type of answer that should be provided.

Local


answerValueExpression

The type of answer expected.
Type: string


description

The description for the question.
Type: string


fieldTypeId

The type of field to use.
Type: int


id

identifier for category.
Type: int


keyName

The keyname for the question.
Type: string


question

The question for the category.
Type: string


valueExample

An example and/or explanation of what the answer for the question is expected to look like.
Type: string

Relational


fieldType

The type of field that should be used in an HTML form to accept an answer from an end user.
Type: SoftLayer_Product_Item_Category_Question_Field_Type


itemCategoryReferences

The link between an item category and an item category question.
Type: SoftLayer_Product_Item_Category_Question_Xref[]

Count


itemCategoryReferenceCount

A count of the link between an item category and an item category question.
Type: unsignedLong