disabled = $disabled; } /** * @return bool */ public function getDisabled() { return $this->disabled; } /** * @param bool */ public function setHiddenInSearch($hiddenInSearch) { $this->hiddenInSearch = $hiddenInSearch; } /** * @return bool */ public function getHiddenInSearch() { return $this->hiddenInSearch; } /** * @param string */ public function setPriority($priority) { $this->priority = $priority; } /** * @return string */ public function getPriority() { return $this->priority; } /** * @param bool */ public function setShownInApply($shownInApply) { $this->shownInApply = $shownInApply; } /** * @return bool */ public function getShownInApply() { return $this->shownInApply; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsDriveLabelsV2LabelDisplayHints::class, 'Google_Service_DriveLabels_GoogleAppsDriveLabelsV2LabelDisplayHints');