# Cheminee::ConvertedMolBlock ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **mol_block** | **String** | | [optional] | | **error** | **String** | | [optional] | ## Example ```ruby require 'cheminee' instance = Cheminee::ConvertedMolBlock.new( mol_block: null, error: null ) ```