categoryGroupState = $categoryGroupState; } /** * @return AssistantApiNotificationOutputRestrictionsOptOutStateCategoryGroupState[] */ public function getCategoryGroupState() { return $this->categoryGroupState; } /** * @param AssistantApiNotificationOutputRestrictionsOptOutStateCategoryState[] */ public function setCategoryState($categoryState) { $this->categoryState = $categoryState; } /** * @return AssistantApiNotificationOutputRestrictionsOptOutStateCategoryState[] */ public function getCategoryState() { return $this->categoryState; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantApiNotificationOutputRestrictionsOptOutState::class, 'Google_Service_Contentwarehouse_AssistantApiNotificationOutputRestrictionsOptOutState');