canDelete = $canDelete; } /** * @return bool */ public function getCanDelete() { return $this->canDelete; } /** * @param bool */ public function setCanDisable($canDisable) { $this->canDisable = $canDisable; } /** * @return bool */ public function getCanDisable() { return $this->canDisable; } /** * @param bool */ public function setCanEnable($canEnable) { $this->canEnable = $canEnable; } /** * @return bool */ public function getCanEnable() { return $this->canEnable; } /** * @param bool */ public function setCanUpdate($canUpdate) { $this->canUpdate = $canUpdate; } /** * @return bool */ public function getCanUpdate() { return $this->canUpdate; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsDriveLabelsV2LabelSchemaCapabilities::class, 'Google_Service_DriveLabels_GoogleAppsDriveLabelsV2LabelSchemaCapabilities');