Class CreateConnectionRequestDataAttributesFieldsItems

Definition of a custom attribute field to import from a data source connection.

Hierarchy

  • CreateConnectionRequestDataAttributesFieldsItems

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
description?: string

Human-readable explanation of what the field represents.

displayName?: string

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

groups?: string[]

List of group labels used to categorize the field.

id: string

The unique identifier for the field within the connection.

sourceName: string

The name of the column or attribute in the source data system that maps to this field.

type: string

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

Generated using TypeDoc