final case class SwaggerNumberValue(format: Option[OpenApiFormat[SwaggerNumberValue]] = scala.None, default: Option[BigDecimal] = scala.None, maximum: Option[BigDecimal] = scala.None, exclusiveMaximum: Boolean = false, minimum: Option[BigDecimal] = scala.None, exclusiveMinimum: Boolean = false) extends SwaggerValue with Product with Serializable

Source
OpenApi.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, SwaggerValue, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SwaggerNumberValue
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SwaggerValue
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SwaggerNumberValue(format: Option[OpenApiFormat[SwaggerNumberValue]] = scala.None, default: Option[BigDecimal] = scala.None, maximum: Option[BigDecimal] = scala.None, exclusiveMaximum: Boolean = false, minimum: Option[BigDecimal] = scala.None, exclusiveMinimum: Boolean = false)

Value Members

  1. val default: Option[BigDecimal]
  2. val exclusiveMaximum: Boolean
  3. val exclusiveMinimum: Boolean
  4. val format: Option[OpenApiFormat[SwaggerNumberValue]]
  5. val maximum: Option[BigDecimal]
  6. val minimum: Option[BigDecimal]
  7. def typeName: String
    Definition Classes
    SwaggerNumberValueSwaggerValue