Method: PutCollectionsCollectionIDResponsesResponseIDResponse400Error#to_dynamic

Defined in:
lib/schemas.rb

#to_dynamicObject



31190
31191
31192
31193
31194
31195
31196
# File 'lib/schemas.rb', line 31190

def to_dynamic
  {
    "details" => details&.to_dynamic,
    "message" => message,
    "name"    => put_collections_collection_id_responses_response_id_response400_error_name,
  }
end