struct
Meilisearch::Crystal::TaskResult
- Meilisearch::Crystal::TaskResult
- Struct
- Value
- Object
Overview
Returned by mutation endpoints: carries only the uid of the enqueued task.
Included Modules
- JSON::Serializable
Defined in:
meilisearch/crystal/task.crConstructors
Instance Method Summary
- #enqueued_at : Time | Nil
- #index_uid : String | Nil
- #status : BasicTask::Status | Nil
- #task_uid : Int64 | Nil
- #type : BasicTask::Type | Nil