/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/YouTubeAnalytics
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/YouTubeAnalytics/Errors.php (1671B)
code = $code;
}
/**
* @return string
*/
public function getCode()
{
return $this->code;
}
/**
* @param ErrorProto[]
*/
public function setError($error)
{
$this->error = $error;
}
/**
* @return ErrorProto[]
*/
public function getError()
{
return $this->error;
}
/**
* @param string
*/
public function setRequestId($requestId)
{
$this->requestId = $requestId;
}
/**
* @return string
*/
public function getRequestId()
{
return $this->requestId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Errors::class, 'Google_Service_YouTubeAnalytics_Errors');