Method: PatchCollectionsCollectionIDResponse500Error.from_json!
- Defined in:
- lib/schemas.rb
.from_json!(json) ⇒ Object
18350 18351 18352 |
# File 'lib/schemas.rb', line 18350 def self.from_json!(json) from_dynamic!(JSON.parse(json)) end |