mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-05 03:03:39 +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
)