openapi-generator-original/samples/client/petstore/ruby/docs/ObjectWithDeprecatedFields.md
2024-10-19 15:10:45 +08:00

515 B

Petstore::ObjectWithDeprecatedFields

Properties

Name Type Description Notes
uuid String [optional]
id Float [optional]
deprecated_ref DeprecatedObject [optional]
bars Array<String> [optional]

Example

require 'petstore'

instance = Petstore::ObjectWithDeprecatedFields.new(
  uuid: null,
  id: null,
  deprecated_ref: null,
  bars: null
)