Class ListConnectionsResponseDataAttributesConnectionsItemsJoin

The join configuration describing how the data source is linked to the entity.

Hierarchy

  • ListConnectionsResponseDataAttributesConnectionsItemsJoin

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 entity attribute used as the join key to link records from the data source.

type?: string

The type of join key used (for example, email or user_id).

Generated using TypeDoc