Method: PostCollectionsCollectionIDRequestsResponse401.from_dynamic!

Defined in:
lib/schemas.rb

.from_dynamic!(d) ⇒ Object



21280
21281
21282
21283
21284
21285
# File 'lib/schemas.rb', line 21280

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