Twilio.Resources.Voice.V1.Settings (twilio_elixir v0.1.1)

Copy Markdown View Source

Settings resource.

Parent: /DialingPermissions

Properties

FieldDescription

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

dialing_permissions_inheritancetrue if the sub-account will inherit voice dialing permissions from the Master Project; otherwise false.
urlThe absolute URL of this resource.. Format: uri

Summary

Types

t()

@type t() :: %Twilio.Resources.Voice.V1.Settings{
  dialing_permissions_inheritance: boolean() | nil,
  url: String.t() | nil
}

Functions

object_name()