interface AttributeGroupReference {
    id: string;
    obj?: AttributeGroup;
    typeId: "attribute-group";
}

Properties

Properties

id: string

Platform-generated unique identifier of the referenced AttributeGroup.

Contains the representation of the expanded AttributeGroup. Only present in responses to requests with Reference Expansion for AttributeGroup.

typeId: "attribute-group"

Generated using TypeDoc