Typesensory.Model.CollectionResponse (Typesensory v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Typesensory.Model.CollectionResponse{
  created_at: integer(),
  default_sorting_field: String.t() | nil,
  enable_nested_fields: boolean() | nil,
  fields: [Typesensory.Model.Field.t()],
  name: String.t(),
  num_documents: integer(),
  symbols_to_index: [String.t()] | nil,
  token_separators: [String.t()] | nil
}