Twilio.Resources.Memory.V1.ControlPlane.Store.TraitGroup (twilio_elixir v0.1.3)

Copy Markdown View Source

TraitGroup resource.

Properties

FieldDescription
descriptiondescription of the Trait Group
displayNameProvides a unique and addressable name to be assigned to this Trait Group

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

traitsMap of traits that are part of this Trait Group, where the key is the trait name and the value is the trait's definition.
versionThe current version number of the Trait Group. Incremented on each successful update.

Summary

Types

t()

@type t() :: %Twilio.Resources.Memory.V1.ControlPlane.Store.TraitGroup{
  description: String.t(),
  displayName: String.t(),
  traits: map(),
  version: integer()
}

Functions

object_name()