index = $index; } /** * @return int */ public function getIndex() { return $this->index; } /** * @param int */ public function setNewIndex($newIndex) { $this->newIndex = $newIndex; } /** * @return int */ public function getNewIndex() { return $this->newIndex; } /** * @param ConditionalFormatRule */ public function setRule(ConditionalFormatRule $rule) { $this->rule = $rule; } /** * @return ConditionalFormatRule */ public function getRule() { return $this->rule; } /** * @param int */ public function setSheetId($sheetId) { $this->sheetId = $sheetId; } /** * @return int */ public function getSheetId() { return $this->sheetId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UpdateConditionalFormatRuleRequest::class, 'Google_Service_Sheets_UpdateConditionalFormatRuleRequest');