William Cheng c26e19cbc0 Revert "Add support for string response deserialization (#12910)"
This reverts commit b8524bee232a55e28693354ab543b91e3f65629a.
2022-07-21 12:58:46 +08:00

384 B

Petstore::AllOfWithSingleRef

Properties

Name Type Description Notes
username String [optional]
single_ref_type SingleRefType [optional]

Example

require 'petstore'

instance = Petstore::AllOfWithSingleRef.new(
  username: null,
  single_ref_type: null
)