hideInSearch = $hideInSearch; } /** * @return bool */ public function getHideInSearch() { return $this->hideInSearch; } /** * Whether to show this disabled object in the apply menu on Drive items. * * When `true`, the object is generally shown in the UI as disabled and is * unselectable. * When `false`, the object is generally hidden in the UI. * * @param bool $showInApply */ 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');