actionType = $actionType; } /** * @return string */ public function getActionType() { return $this->actionType; } /** * @param string */ public function setUnsafeHtmlMessageBody($unsafeHtmlMessageBody) { $this->unsafeHtmlMessageBody = $unsafeHtmlMessageBody; } /** * @return string */ public function getUnsafeHtmlMessageBody() { return $this->unsafeHtmlMessageBody; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DlpAction::class, 'Google_Service_CloudSearch_DlpAction');