hideInSearch = $hideInSearch; } /** * @return bool */ public function getHideInSearch() { return $this->hideInSearch; } /** * @param bool */ public function setShowInApply($showInApply) { $this->showInApply = $showInApply; } /** * @return bool */ public function getShowInApply() { return $this->showInApply; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsDriveLabelsV2LifecycleDisabledPolicy::class, 'Google_Service_DriveLabels_GoogleAppsDriveLabelsV2LifecycleDisabledPolicy');