contactNotices = $contactNotices; } /** * @return string[] */ public function getContactNotices() { return $this->contactNotices; } /** * @param ContactSettings */ public function setContactSettings(ContactSettings $contactSettings) { $this->contactSettings = $contactSettings; } /** * @return ContactSettings */ public function getContactSettings() { return $this->contactSettings; } /** * @param string */ public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } /** * @return string */ public function getUpdateMask() { return $this->updateMask; } /** * @param bool */ public function setValidateOnly($validateOnly) { $this->validateOnly = $validateOnly; } /** * @return bool */ public function getValidateOnly() { return $this->validateOnly; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ConfigureContactSettingsRequest::class, 'Google_Service_CloudDomains_ConfigureContactSettingsRequest');