manticoresearch v1.0.0 Manticoresearch.Model.SuccessResponse

Success response

Link to this section Summary

Link to this section Types

Specs

t() :: %Manticoresearch.Model.SuccessResponse{
  _id: integer() | nil,
  _index: String.t() | nil,
  created: boolean() | nil,
  found: boolean() | nil,
  result: String.t() | nil
}