@gradientedge/commercetools-utils
    Preparing search index...

    Interface AttributeGroup

    interface AttributeGroup {
        attributes: AttributeReference[];
        createdAt: string;
        createdBy?: CreatedBy;
        description?: LocalizedString;
        id: string;
        key?: string;
        lastModifiedAt: string;
        lastModifiedBy?: LastModifiedBy;
        name: LocalizedString;
        version: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes: AttributeReference[]

    Attributes with unique values.

    createdAt: string

    Date and time (UTC) the AttributeGroup was initially created.

    createdBy?: CreatedBy

    IDs and references that created the AttributeGroup.

    description?: LocalizedString

    Description of the AttributeGroup.

    id: string

    Platform-generated unique identifier of the AttributeGroup.

    key?: string

    User-defined unique identifier of the AttributeGroup.

    lastModifiedAt: string

    Date and time (UTC) the AttributeGroup was last updated.

    lastModifiedBy?: LastModifiedBy

    IDs and references that last modified the AttributeGroup.

    Name of the AttributeGroup.

    version: number

    Current version of the AttributeGroup.