The action query spec object.

Hierarchy

  • ActionQuerySpecObject

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

The connection group to use for an action query.

connectionId?: string

The ID of the custom connection to use for this action query.

fqn: string

The fully qualified name of the action type.

The inputs to the action query. These are the values that are passed to the action when it is triggered.

Generated using TypeDoc