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

Details of an Asterisk log channel

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Swagger.Client.Model.LogChannel{
  channel: String.t(),
  configuration: String.t(),
  status: String.t(),
  type: String.t()
}