fields = $fields; } public function getFields() { return $this->fields; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } /** * @param Google_Service_Slides_PageProperties */ public function setPageProperties(Google_Service_Slides_PageProperties $pageProperties) { $this->pageProperties = $pageProperties; } /** * @return Google_Service_Slides_PageProperties */ public function getPageProperties() { return $this->pageProperties; } }