Name | Type | Description | Notes |
---|---|---|---|
errors | Array<BatchCreateSchemaFieldsResponseError> | Errors that occurred. | [optional] |
fields | Array<SchemaField> | Schema fields created. | [optional] |
require 'sdk_ruby'
instance = SajariAPIClient::BatchCreateSchemaFieldsResponse.new(
errors: null,
fields: null
)