Class UpdateConnectionRequestDataAttributesFieldsToUpdateItems

Specification for updating an existing field in a connection, including which field to modify and the new values.

Hierarchy

  • UpdateConnectionRequestDataAttributesFieldsToUpdateItems

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
fieldId: string

The identifier of the existing field to update.

updatedDescription?: string

The new description to set for the field.

updatedDisplayName?: string

The new human-readable display name to set for the field.

updatedFieldId?: string

The new identifier to assign to the field, if renaming it.

updatedGroups?: string[]

The updated list of group labels to associate with the field.

Generated using TypeDoc