/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Script
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Script/Operation.php (1332B)
done = $done;
}
public function getDone()
{
return $this->done;
}
/**
* @param Google_Service_Script_Status
*/
public function setError(Google_Service_Script_Status $error)
{
$this->error = $error;
}
/**
* @return Google_Service_Script_Status
*/
public function getError()
{
return $this->error;
}
public function setResponse($response)
{
$this->response = $response;
}
public function getResponse()
{
return $this->response;
}
}