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
Ordering
- Alphabetic
- By Inheritance
Inherited
- SwaggerNumberValue
- Serializable
- Serializable
- Product
- Equals
- SwaggerValue
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
- val default: Option[BigDecimal]
- val exclusiveMaximum: Boolean
- val exclusiveMinimum: Boolean
- val format: Option[OpenApiFormat[SwaggerNumberValue]]
- val maximum: Option[BigDecimal]
- val minimum: Option[BigDecimal]
-
def
typeName: String
- Definition Classes
- SwaggerNumberValue → SwaggerValue