Class WebhooksIntegrationCustomVariableUpdateRequest

Update request of a custom variable object.

All properties are optional.

Hierarchy

  • WebhooksIntegrationCustomVariableUpdateRequest

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.

Generated using TypeDoc