Twilio.Resources.Bulkexports.V1.Export.Configuration (twilio_elixir v0.1.1)

Copy Markdown View Source

Configuration resource.

Properties

FieldDescription
enabledIf true, Twilio will automatically generate every day's file when the day is over.
resource_typeThe type of communication – Messages, Calls, Conferences, and Participants
urlThe URL of this resource.. Format: uri

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

webhook_methodSets whether Twilio should call a webhook URL when the automatic generation is complete, using GET or POST. The actual destination is set in the webhook_url
webhook_urlStores the URL destination for the method specified in webhook_method.. Format: uri

Summary

Types

t()

@type t() :: %Twilio.Resources.Bulkexports.V1.Export.Configuration{
  enabled: boolean() | nil,
  resource_type: String.t() | nil,
  url: String.t() | nil,
  webhook_method: String.t() | nil,
  webhook_url: String.t() | nil
}

Functions

object_name()