affectedUserEmails = $affectedUserEmails; } /** * @return string[] */ public function getAffectedUserEmails() { return $this->affectedUserEmails; } /** * @param Attachment */ public function setAttachmentData(Attachment $attachmentData) { $this->attachmentData = $attachmentData; } /** * @return Attachment */ public function getAttachmentData() { return $this->attachmentData; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setDomain($domain) { $this->domain = $domain; } /** * @return string */ public function getDomain() { return $this->domain; } /** * @param string */ public function setHeader($header) { $this->header = $header; } /** * @return string */ public function getHeader() { return $this->header; } /** * @param string */ public function setTitle($title) { $this->title = $title; } /** * @return string */ public function getTitle() { return $this->title; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleOperations::class, 'Google_Service_AlertCenter_GoogleOperations');