Method: PostSecurityAPIValidationResponse.from_dynamic!

Defined in:
lib/schemas.rb

.from_dynamic!(d) ⇒ Object



27172
27173
27174
27175
27176
27177
# File 'lib/schemas.rb', line 27172

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