columns = $columns; } public function getColumns() { return $this->columns; } /** * @param Google_Service_Slides_PageElementProperties */ public function setElementProperties(Google_Service_Slides_PageElementProperties $elementProperties) { $this->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 setRows($rows) { $this->rows = $rows; } public function getRows() { return $this->rows; } }