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