hasAccess = $hasAccess;
}
/**
* @return bool
*/
public function getHasAccess()
{
return $this->hasAccess;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CheckAccessResponse::class, 'Google_Service_CloudSearch_CheckAccessResponse');