Class TwilioIntegrationAccountCreateAttributes

Writable attributes used to create a Twilio integration account.

Hierarchy

  • TwilioIntegrationAccountCreateAttributes

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 creating 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 creating the Twilio integration account.

Generated using TypeDoc