CCPGroupOverview
Representation of a group in the context of the product configuration overview. CCPGroupOverview
interface CCPGroupOverview {
'characteristicValues'?: Array<CCPAttributeValueOverview>;
'groupDescription'?: string;
'groupType'?: string;
'id'?: string;
'subGroups'?: Array<CCPGroupOverview>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
characteristicValues | Optional | Array<CCPAttributeValueOverview> | Attribute values. {Array<CCPAttributeValueOverview>} CCPGroupOverview |
groupDescription | Optional | string | Language-dependent group description. {string} CCPGroupOverview |
groupType | Optional | string | Type of group. {string} CCPGroupOverview |
id | Optional | string | Group Identifier. {string} CCPGroupOverview |
subGroups | Optional | Array<CCPGroupOverview> | List of subordinate groups. {Array<CCPGroupOverview>} CCPGroupOverview |