docs/IndexSchema

Cheminee::IndexSchema

Properties

Name Type Description Notes
index String
schema Object

Example

require 'cheminee'

instance = Cheminee::IndexSchema.new(
  index: null,
  schema: null
)