voxbone v0.2.0 Voxbone.Model.SmsLinkModel

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Voxbone.Model.SmsLinkModel{
  deliveryStatusReport: boolean(),
  direction: String.t(),
  groupId: integer(),
  login: String.t(),
  monitorInterval: integer(),
  name: String.t(),
  password: String.t(),
  smsLinkId: integer(),
  systemType: String.t(),
  transactionTimeout: integer(),
  type: String.t(),
  url: String.t(),
  useSSL: boolean(),
  weight: integer()
}