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