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

Copy Markdown View Source

Export resource.

Sub-resources

  • days/v1/Exports/{resource_type}/Days
  • export_custom_jobs/v1/Exports/{resource_type}/Jobs

Properties

FieldDescription
linksContains a dictionary of URL links to nested resources of this Export.. Format: uri-map
resource_typeThe type of communication – Messages, Calls, Conferences, and Participants
urlThe URL of this resource.. Format: uri

Summary

Types

t()

@type t() :: %Twilio.Resources.Bulkexports.V1.Export{
  links: map() | nil,
  resource_type: String.t() | nil,
  url: String.t() | nil
}

Functions

object_name()