dates = $dates; } /** * @return Google_Service_PhotosLibrary_Date */ public function getDates() { return $this->dates; } /** * @param Google_Service_PhotosLibrary_DateRange */ public function setRanges($ranges) { $this->ranges = $ranges; } /** * @return Google_Service_PhotosLibrary_DateRange */ public function getRanges() { return $this->ranges; } }