Twilio.Resources.Insights.V2.Voice.Report.PhoneNumber.Inbound (twilio_elixir v0.1.3)

Copy Markdown View Source

Inbound Report resource for Voice Insights Phone Numbers Level

Properties

FieldDescription
account_sidThe unique SID identifier of the Account.
report_idThe report identifier as Voice Insights Report TTID.
statusThe status of the report.. Values: created, running, completed
urlThe URL of this resource.. Format: uri

Summary

Types

t()

@type t() :: %Twilio.Resources.Insights.V2.Voice.Report.PhoneNumber.Inbound{
  account_sid: String.t(),
  report_id: String.t(),
  request_meta: String.t(),
  status: String.t(),
  url: String.t() | nil
}

Functions

object_name()