Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 540 Bytes

BatchCreateSchemaFieldsResponse.md

File metadata and controls

20 lines (14 loc) · 540 Bytes

SajariAPIClient::BatchCreateSchemaFieldsResponse

Properties

Name Type Description Notes
errors Array<BatchCreateSchemaFieldsResponseError> Errors that occurred. [optional]
fields Array<SchemaField> Schema fields created. [optional]

Example

require 'sdk_ruby'

instance = SajariAPIClient::BatchCreateSchemaFieldsResponse.new(
  errors: null,
  fields: null
)