mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 13:10:53 +00:00
336 B
336 B
Petstore::ArrayOfArrayOfNumberOnly
Properties
Name | Type | Description | Notes |
---|---|---|---|
array_array_number | Array<Array<Float>> | [optional] |
Example
require 'petstore'
instance = Petstore::ArrayOfArrayOfNumberOnly.new(
array_array_number: null
)