Name | Type | Description | Notes |
---|---|---|---|
next_page_token | String | A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. | [optional] |
schema_fields | Array<SchemaField> | The schema fields. | [optional] |
total_size | Integer | Maximum number of fields to return. | [optional] |
require 'sdk_ruby'
instance = SajariAPIClient::ListSchemaFieldsResponse.new(
next_page_token: null,
schema_fields: null,
total_size: null
)