Class WebhooksIntegrationCustomVariableResponse

Custom variable for Webhook integration.

Hierarchy

  • WebhooksIntegrationCustomVariableResponse

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
isSecret: boolean

Make custom variable is secret or not. If the custom variable is secret, the value is not returned in the response payload.

name: string

The name of the variable. It corresponds with <CUSTOM_VARIABLE_NAME>. It must only contains upper-case characters, integers or underscores.

value?: string

Value of the custom variable. It won't be returned if the variable is secret.

Generated using TypeDoc