Parameter

discovery.Parameter
See theParameter companion object
case class Parameter(name: String, `type`: Type, description: Option[String], required: Boolean, default: Option[Doc])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def asDoc: Doc
def literal: Doc
def term: Doc

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product