Skip to main content

API - AttributeGroup

The AttributeGroup class represents a group of related attributes.

Fields

FieldTypeDescription
nameStringGroup name
activeBooleanWhether group is active
attributesList<Attribute>Attributes in the group

Getters

String getName();
Boolean getActive();
List<Attribute> getAttributes();