newSheet = $newSheet; } public function getNewSheet() { return $this->newSheet; } /** * @param Google_Service_Sheets_OverlayPosition */ public function setOverlayPosition(Google_Service_Sheets_OverlayPosition $overlayPosition) { $this->overlayPosition = $overlayPosition; } /** * @return Google_Service_Sheets_OverlayPosition */ public function getOverlayPosition() { return $this->overlayPosition; } public function setSheetId($sheetId) { $this->sheetId = $sheetId; } public function getSheetId() { return $this->sheetId; } }