Immediate

case class Immediate(fields: List[Field], additionalProperties: Option[DocumentedJsonSchema], name: Option[String], description: Option[String], example: Option[Value], title: Option[String]) extends DocumentedRecord
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def withExample(example: => Value): DocumentedRecord

Inherited methods

Inherited from:
Product