mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 05:00:50 +00:00
410 B
410 B
OpenapiClient::NumberPropertiesOnly
Properties
Name | Type | Description | Notes |
---|---|---|---|
number | Float | [optional] | |
float | Float | [optional] | |
double | Float | [optional] |
Example
require 'openapi_client'
instance = OpenapiClient::NumberPropertiesOnly.new(
number: null,
float: null,
double: null
)