| Name | Type | Description | Notes |
|---|---|---|---|
| index | Integer | Index of the schema field in `fields` that this error corresponds to. | [optional] |
| status | Status | [optional] |
require 'sdk_ruby'
instance = SajariAPIClient::BatchCreateSchemaFieldsResponseError.new(
index: null,
status: null
)