requests = $requests; } /** * @return Google_Service_Slides_Request */ public function getRequests() { return $this->requests; } /** * @param Google_Service_Slides_WriteControl */ public function setWriteControl(Google_Service_Slides_WriteControl $writeControl) { $this->writeControl = $writeControl; } /** * @return Google_Service_Slides_WriteControl */ public function getWriteControl() { return $this->writeControl; } }