2020-05-25 23:02:30 +08:00

412 B

Petstore::InlineObject

Properties

Name Type Description Notes
name String Updated name of the pet [optional]
status String Updated status of the pet [optional]

Code Sample

require 'Petstore'

instance = Petstore::InlineObject.new(name: null,
                                 status: null)