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

352 B

Petstore::ParentWithNullable

Properties

Name Type Description Notes
type String [optional]
nullable_property String [optional]

Example

require 'petstore'

instance = Petstore::ParentWithNullable.new(
  type: null,
  nullable_property: null
)