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

	return $this;
}