Method: PostImportOpenapiResponse400.from_json!

Defined in:
lib/schemas.rb

.from_json!(json) ⇒ Object



23614
23615
23616
# File 'lib/schemas.rb', line 23614

def self.from_json!(json)
  from_dynamic!(JSON.parse(json))
end