dateTimeRule = $dateTimeRule; } /** * @return Google_Service_Sheets_DateTimeRule */ public function getDateTimeRule() { return $this->dateTimeRule; } /** * @param Google_Service_Sheets_HistogramRule */ public function setHistogramRule(Google_Service_Sheets_HistogramRule $histogramRule) { $this->histogramRule = $histogramRule; } /** * @return Google_Service_Sheets_HistogramRule */ public function getHistogramRule() { return $this->histogramRule; } /** * @param Google_Service_Sheets_ManualRule */ public function setManualRule(Google_Service_Sheets_ManualRule $manualRule) { $this->manualRule = $manualRule; } /** * @return Google_Service_Sheets_ManualRule */ public function getManualRule() { return $this->manualRule; } }