Packages

Complete Twilio SDK for Elixir — 37 products, 494 services, 467 resources. Auto-generated from official OpenAPI specs. Finch HTTP/2, retries with jitter, webhooks, TwiML, telemetry, streaming pagination.

Current section

Files

Jump to
twilio_elixir lib twilio resources intelligence v3 operator_result.ex
Raw

lib/twilio/resources/intelligence/v3/operator_result.ex

# File generated from Twilio's OpenAPI spec — do not edit manually
defmodule Twilio.Resources.Intelligence.V3.OperatorResult do
@moduledoc """
OperatorResult resource.
"""
@type t :: %__MODULE__{
outputFormat: String.t()
}
defstruct [:outputFormat]
@object_name "OperatorResultsResponseV1"
def object_name, do: @object_name
end