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

Details of an Asterisk module

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Swagger.Client.Model.Module{
  description: String.t(),
  name: String.t(),
  status: String.t(),
  support_level: String.t(),
  use_count: Int
}