label = $label; } /** * @return string */ public function getLabel() { return $this->label; } /** * @param QualityActionsCustomizedNotificationPayload */ public function setTapAction(QualityActionsCustomizedNotificationPayload $tapAction) { $this->tapAction = $tapAction; } /** * @return QualityActionsCustomizedNotificationPayload */ public function getTapAction() { return $this->tapAction; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QualityActionsCustomizedNotificationButton::class, 'Google_Service_Contentwarehouse_QualityActionsCustomizedNotificationButton');