Class GetMappingResponseDataAttributesAttributesItems

Details of a single entity attribute including its mapping configuration and metadata.

Hierarchy

  • GetMappingResponseDataAttributesAttributesItems

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
attribute?: string

The attribute identifier as used in the entity data model.

description?: string

Human-readable explanation of what the attribute represents.

displayName?: string

The human-readable label for the attribute shown in the UI.

groups?: string[]

List of group labels used to categorize the attribute.

isCustom?: boolean

Whether this attribute is a custom user-defined attribute rather than a built-in one.

type?: string

The data type of the attribute (for example, string or number).

Generated using TypeDoc