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_ShapeProperties */ public function setShapeProperties(Google_Service_Slides_ShapeProperties $shapeProperties) { $this->shapeProperties = $shapeProperties; } /** * @return Google_Service_Slides_ShapeProperties */ public function getShapeProperties() { return $this->shapeProperties; } }