Server

final case class Server(url: String, description: Option[String], variables: Option[ListMap[String, ServerVariable]], extensions: ListMap[String, ExtensionValue])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def addExtension(key: String, value: ExtensionValue): Server
def description(d: String): Server
def extensions(updated: ListMap[String, ExtensionValue]): Server
def url(updated: String): Server
def variables(vars: (String, ServerVariable)*): Server

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product