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

266 B

Petstore::DeprecatedObject

Properties

Name Type Description Notes
name String [optional]

Example

require 'petstore'

instance = Petstore::DeprecatedObject.new(
  name: null
)