recipientEmails = $recipientEmails; } /** * @return string[] */ public function getRecipientEmails() { return $this->recipientEmails; } /** * @param string */ public function setRole($role) { $this->role = $role; } /** * @return string */ public function getRole() { return $this->role; } /** * @param bool */ public function setShouldFix($shouldFix) { $this->shouldFix = $shouldFix; } /** * @return bool */ public function getShouldFix() { return $this->shouldFix; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AclFixRequest::class, 'Google_Service_CloudSearch_AclFixRequest');