Method: PutWorkspacesWorkspaceIDResponse429.from_dynamic!
- Defined in:
- lib/schemas.rb
.from_dynamic!(d) ⇒ Object
35139 35140 35141 35142 35143 35144 35145 |
# File 'lib/schemas.rb', line 35139 def self.from_dynamic!(d) d = Types::Hash[d] new( error: d["error"], message: d["message"], ) end |