/var/www/flurhymez/vendor/google/apiclient-services/src/ToolResults
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ToolResults/ToolOutputReference.php (1861B)
creationTime = $creationTime;
}
/**
* @return Timestamp
*/
public function getCreationTime()
{
return $this->creationTime;
}
/**
* @param FileReference
*/
public function setOutput(FileReference $output)
{
$this->output = $output;
}
/**
* @return FileReference
*/
public function getOutput()
{
return $this->output;
}
/**
* @param TestCaseReference
*/
public function setTestCase(TestCaseReference $testCase)
{
$this->testCase = $testCase;
}
/**
* @return TestCaseReference
*/
public function getTestCase()
{
return $this->testCase;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ToolOutputReference::class, 'Google_Service_ToolResults_ToolOutputReference');