email = $email; } public function getEmail() { return $this->email; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ContactInformation::class, 'Google_Service_AdExchangeBuyer_ContactInformation');