QuenyaParser.Object.ServerVariable (Quenya Parser v0.3.6) View Source

Server object

Link to this section Summary

Types

t()

Server variable object from the spec

Link to this section Types

Specs

t() :: %QuenyaParser.Object.ServerVariable{
  default: String.t(),
  description: String.t(),
  enum: [String.t()] | nil
}

Server variable object from the spec

Link to this section Functions