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

Copy Markdown View Source

Day resource.

Parent: /Exports/{ResourceType}

Properties

FieldDescription
create_dateThe ISO 8601 format date when resources is created
dayThe ISO 8601 format date of the resources in the file, for a UTC day
friendly_nameThe friendly name specified when creating the job
resource_typeThe type of communication – Messages, Calls, Conferences, and Participants
sizeThe size of the day's data file in bytes

Summary

Types

t()

@type t() :: %Twilio.Resources.Bulkexports.V1.Export.Day{
  create_date: String.t() | nil,
  day: String.t() | nil,
  friendly_name: String.t() | nil,
  resource_type: String.t() | nil,
  size: integer()
}

Functions

object_name()