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

Copy Markdown View Source

DataMapping resource.

Properties

FieldDescription
createdAtThe ISO 8601 timestamp when the data mapping was created.. Format: date-time
descriptionA human readable description of this resource, up to 512 characters.
idThe unique identifier for the data mapping.

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

isEnabledFlag indicating whether the data mapping is active. When true, data will be ingested and mapped according to the configuration. When false, the data mapping will be inactive and no data will be ingested into the Memory Store.
updatedAtThe ISO 8601 timestamp when the data mapping was last updated.. Format: date-time
versionThe current version number of the DataMapping. Incremented on each successful update.

Summary

Types

t()

@type t() :: %Twilio.Resources.Memory.V1.ControlPlane.Store.DataMapping{
  createdAt: String.t(),
  description: String.t(),
  displayName: String.t(),
  id: String.t(),
  isEnabled: boolean(),
  mappingFrom: String.t(),
  mappingTo: String.t(),
  updatedAt: String.t(),
  version: integer()
}

Functions

object_name()