struct Meilisearch::Crystal::TaskResult

Overview

Returned by mutation endpoints: carries only the uid of the enqueued task.

Included Modules

Defined in:

meilisearch/crystal/task.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def enqueued_at : Time | Nil #

[View source]
def index_uid : String | Nil #

[View source]
def status : BasicTask::Status | Nil #

[View source]
def task_uid : Int64 | Nil #

[View source]
def type : BasicTask::Type | Nil #

[View source]