# Cheminee::IndexMeta ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | | | | **schema** | **String** | | | ## Example ```ruby require 'cheminee' instance = Cheminee::IndexMeta.new( name: null, schema: null ) ```