Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 384 Bytes

File metadata and controls

20 lines (14 loc) · 384 Bytes

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
)