Twilio.Resources.Intelligence.V3.ControlPlane.Configuration (twilio_elixir v0.1.3)

Copy Markdown View Source

Configuration resource.

Properties

FieldDescription

credo:disable-for-next-line Credo.Check.Readability.MaxLineLength

actionsList of Actions to be performed after the Rule is triggered. Maximum of two (2) Actions allowed per Rule.
idThe unique identifier for the Rule. Assigned by Twilio (TTID).
operatorsList of Operators to be executed by the Rule. Maximum of five (5) Operators allowed per Rule.

credo:disable-for-next-line Credo.Check.Readability.MaxLineLength

| triggers | List of Triggers that determine when to activate the Rule. Maximum of one (1) Trigger allowed per Rule. |

Summary

Types

t()

@type t() :: %Twilio.Resources.Intelligence.V3.ControlPlane.Configuration{
  actions: list(),
  context: String.t(),
  id: String.t(),
  operators: list(),
  triggers: list()
}

Functions

object_name()