Method: PostImportOpenapiResponse401.from_dynamic!
- Defined in:
- lib/schemas.rb
.from_dynamic!(d) ⇒ Object
23664 23665 23666 23667 23668 23669 |
# File 'lib/schemas.rb', line 23664 def self.from_dynamic!(d) d = Types::Hash[d] new( error: d["error"] ? PostImportOpenapiResponse401Error.from_dynamic!(d["error"]) : nil, ) end |