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

A key/value pair that makes up part of a configuration object.

Link to this section Summary

Link to this section Types

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