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

Hierarchy

Properties

attributes: AttributeReference[]

Attributes with unique values.

createdAt: string

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

createdBy?: CreatedBy

Present on resources created after 1 February 2019 except for events not tracked.

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

Present on resources created after 1 February 2019 except for events not tracked.

Name of the AttributeGroup.

version: number

Current version of the AttributeGroup.

Generated using TypeDoc