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

Copy Markdown View Source

Trait resource.

Full metadata about a trait, beyond the name value pair.

Properties

FieldDescription
nameThe name of the trait.
timestampThe time the trait was created or last updated.. Format: date-time
traitGroupThe trait group name to which this trait belongs.

Summary

Types

t()

@type t() :: %Twilio.Resources.Memory.V1.Store.Profile.Trait{
  name: String.t(),
  timestamp: String.t(),
  traitGroup: String.t(),
  value: String.t()
}

Functions

object_name()