Twilio.Resources.Memory.V1.Store.Profile.Import (twilio_elixir v0.1.3)

Copy Markdown View Source

Import resource.

Mapping of a CSV header column to the trait fields

Properties

FieldDescription
columnNameThe name of the column in the CSV header
traitGroupThe trait group to which this trait belongs
traitNameThe name of the trait in the trait group

Summary

Types

t()

@type t() :: %Twilio.Resources.Memory.V1.Store.Profile.Import{
  columnName: String.t(),
  traitGroup: String.t(),
  traitName: String.t()
}

Functions

object_name()