Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 299 Bytes

IndexSchema.md

File metadata and controls

20 lines (14 loc) · 299 Bytes

Cheminee::IndexSchema

Properties

Name Type Description Notes
index String
schema Object

Example

require 'cheminee'

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