canRead = $canRead; } /** * @return bool */ public function getCanRead() { return $this->canRead; } /** * @param bool */ public function setCanSearch($canSearch) { $this->canSearch = $canSearch; } /** * @return bool */ public function getCanSearch() { return $this->canSearch; } /** * @param bool */ public function setCanSelect($canSelect) { $this->canSelect = $canSelect; } /** * @return bool */ public function getCanSelect() { return $this->canSelect; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceAppliedCapabilities::class, 'Google_Service_DriveLabels_GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceAppliedCapabilities');