Method: GetEnvironmentsEnvironmentIDResponse500Error.from_json!

Defined in:
lib/schemas.rb

.from_json!(json) ⇒ Object



9899
9900
9901
# File 'lib/schemas.rb', line 9899

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