elementProperties = $elementProperties; } /** * @return Google_Service_Slides_PageElementProperties */ public function getElementProperties() { return $this->elementProperties; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } public function setShapeType($shapeType) { $this->shapeType = $shapeType; } public function getShapeType() { return $this->shapeType; } }