range = $range; } /** * @return Google_Service_Sheets_GridRange */ public function getRange() { return $this->range; } /** * @param Google_Service_Sheets_DataValidationRule */ public function setRule(Google_Service_Sheets_DataValidationRule $rule) { $this->rule = $rule; } /** * @return Google_Service_Sheets_DataValidationRule */ public function getRule() { return $this->rule; } }