newIndex = $newIndex; } /** * @return int */ public function getNewIndex() { return $this->newIndex; } /** * @param ConditionalFormatRule */ public function setNewRule(ConditionalFormatRule $newRule) { $this->newRule = $newRule; } /** * @return ConditionalFormatRule */ public function getNewRule() { return $this->newRule; } /** * @param int */ public function setOldIndex($oldIndex) { $this->oldIndex = $oldIndex; } /** * @return int */ public function getOldIndex() { return $this->oldIndex; } /** * @param ConditionalFormatRule */ public function setOldRule(ConditionalFormatRule $oldRule) { $this->oldRule = $oldRule; } /** * @return ConditionalFormatRule */ public function getOldRule() { return $this->oldRule; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UpdateConditionalFormatRuleResponse::class, 'Google_Service_Sheets_UpdateConditionalFormatRuleResponse');