messageSet = $messageSet; } /** * @return string */ public function getMessageSet() { return $this->messageSet; } /** * @param string */ public function setTemplateName($templateName) { $this->templateName = $templateName; } /** * @return string */ public function getTemplateName() { return $this->templateName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantRemindersNlgTemplateKey::class, 'Google_Service_Contentwarehouse_AssistantRemindersNlgTemplateKey');