OSTIP_EXARI v0.1.0 Swagger.Client.Model.TextMessageVariable View Source

A key/value pair variable in a text message.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Swagger.Client.Model.TextMessageVariable{
  key: String.t(),
  value: String.t()
}