class Abbyy::Models::TaskIdRequest

Overview

Request object for holding only taskId parameter.

Direct Known Subclasses

Defined in:

abbyy/models/task_id_request.cr

Constructors

Instance Method Summary

Instance methods inherited from class Abbyy::Models::BaseRequest

body : HTTP::Client::BodyType body, params : Hash(String, String) params

Constructor Detail

def self.new(task_id : String | Nil = nil) #

[View source]

Instance Method Detail

def params : Hash(String, String) #

[View source]
def task_id : String | Nil #

Specifies the identifier of the task.


[View source]
def task_id=(task_id : String | Nil) #

[View source]