Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 684 Bytes

ListSchemaFieldsResponse.md

File metadata and controls

12 lines (8 loc) · 684 Bytes

Com.Sajari.Sdk.Model.ListSchemaFieldsResponse

Properties

Name Type Description Notes
NextPageToken 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]
SchemaFields List<SchemaField> The schema fields. [optional]
TotalSize int Maximum number of fields to return. [optional]

[Back to Model list] [Back to API list] [Back to README]