Method: GetMonitorsMonitorIDResponse404Error.from_dynamic!

Defined in:
lib/schemas.rb

.from_dynamic!(d) ⇒ Object



12884
12885
12886
12887
12888
12889
12890
# File 'lib/schemas.rb', line 12884

def self.from_dynamic!(d)
  d = Types::Hash[d]
  new(
    message:                                        d["message"],
    get_monitors_monitor_id_response404_error_name: d["name"],
  )
end