Method: PutCollectionsCollectionIDResponse429.from_dynamic!

Defined in:
lib/schemas.rb

.from_dynamic!(d) ⇒ Object



30888
30889
30890
30891
30892
30893
30894
# File 'lib/schemas.rb', line 30888

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