canApply = $canApply; } /** * @return bool */ public function getCanApply() { return $this->canApply; } /** * @param bool */ public function setCanRead($canRead) { $this->canRead = $canRead; } /** * @return bool */ public function getCanRead() { return $this->canRead; } /** * @param bool */ public function setCanRemove($canRemove) { $this->canRemove = $canRemove; } /** * @return bool */ public function getCanRemove() { return $this->canRemove; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsDriveLabelsV2LabelAppliedCapabilities::class, 'Google_Service_DriveLabels_GoogleAppsDriveLabelsV2LabelAppliedCapabilities');