index = $index; } public function getIndex() { return $this->index; } /** * @param Google_Service_Sheets_ConditionalFormatRule */ public function setRule(Google_Service_Sheets_ConditionalFormatRule $rule) { $this->rule = $rule; } /** * @return Google_Service_Sheets_ConditionalFormatRule */ public function getRule() { return $this->rule; } }