2024-10-19 15:10:45 +08:00

288 B

Petstore::ChildWithNullable

Properties

Name Type Description Notes
other_property String [optional]

Example

require 'petstore'

instance = Petstore::ChildWithNullable.new(
  other_property: null
)