forked from loafle/openapi-generator-original
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
)