interface AttributeGroupResourceIdentifier {
    id?: string;
    key?: string;
    typeId: "attribute-group";
}

Properties

Properties

id?: string

Platform-generated unique identifier of the referenced AttributeGroup. Either id or key is required.

key?: string

User-generated unique identifier of the referenced AttributeGroup. Either id or key is required.

typeId: "attribute-group"

Generated using TypeDoc