Class UpdateConnectionRequestDataAttributes

Attributes specifying the field modifications to apply to an existing connection.

Hierarchy

  • UpdateConnectionRequestDataAttributes

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

New fields to add to the connection from the data source.

fieldsToDelete?: string[]

Identifiers of existing fields to remove from the connection.

Existing fields with updated metadata to apply to the connection.

Generated using TypeDoc