Class TwilioIntegrationAccountUpdateAttributes

Writable attributes used to update a Twilio integration account. Every field is optional; only the fields provided are changed. When dataflows is provided, only the dataflow ids included in the request are modified; dataflows omitted from the map keep their current configuration.

Hierarchy

  • TwilioIntegrationAccountUpdateAttributes

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

Authentication for updating the Twilio integration account. Exactly one method is set.

Dataflows to configure on the Twilio integration account, keyed by dataflow id.

name?: string

Human-readable name of the Twilio integration account.

Settings for updating the Twilio integration account. Only the fields provided are changed.

Generated using TypeDoc