• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/yandex/toloka/dto/taskspec.php
  • Класс: Bitrix\Sender\Integration\Yandex\Toloka\DTO\TaskSpec
  • Вызов: TaskSpec::setInputSpec
public function setInputSpec(InputOutputSpec $inputSpec): TaskSpec
{
	$this->inputSpec = $inputSpec;

	return $this;
}