Method: GetApisAPIIDTagsResponse500.from_dynamic!
- Defined in:
- lib/schemas.rb
.from_dynamic!(d) ⇒ Object
5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 |
# File 'lib/schemas.rb', line 5760 def self.from_dynamic!(d) d = Types::Hash[d] new( detail: d["detail"], instance: d["instance"], status: d["status"], title: d["title"], get_apis_api_id_tags_response500_type: d["type"], ) end |