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 setCanWrite($canWrite) { $this->canWrite = $canWrite; } /** * @return bool */ public function getCanWrite() { return $this->canWrite; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsDriveLabelsV2FieldAppliedCapabilities::class, 'Google_Service_DriveLabels_GoogleAppsDriveLabelsV2FieldAppliedCapabilities');