SoftLayer_Product_Item_Requirement


SoftLayer_Product_Item_Requirement

Description

The SoftLayer_Product_Item_Requirement data type contains information relating to what requirements, if any, exist for an item. The requiredItemId local property is the item id that is required.

Local


id

Identifier for this record.
Type: int


itemId

This is the id of the item affected by the requirement.
Type: int


message

This is a custom message to display to the user when this requirement shortfall arises.
Type: string


requiredItemId

This is the id of the item required.
Type: int

Relational


item

Item requirement applies to.
Type: SoftLayer_Product_Item


product

The product containing the requirement.
Type: SoftLayer_Product_Item

Count