endDate = $endDate; } /** * @return Google_Service_PhotosLibrary_Date */ public function getEndDate() { return $this->endDate; } /** * @param Google_Service_PhotosLibrary_Date */ public function setStartDate(Google_Service_PhotosLibrary_Date $startDate) { $this->startDate = $startDate; } /** * @return Google_Service_PhotosLibrary_Date */ public function getStartDate() { return $this->startDate; } }