replies = $replies; } /** * @return Google_Service_Sheets_Response */ public function getReplies() { return $this->replies; } public function setSpreadsheetId($spreadsheetId) { $this->spreadsheetId = $spreadsheetId; } public function getSpreadsheetId() { return $this->spreadsheetId; } /** * @param Google_Service_Sheets_Spreadsheet */ public function setUpdatedSpreadsheet(Google_Service_Sheets_Spreadsheet $updatedSpreadsheet) { $this->updatedSpreadsheet = $updatedSpreadsheet; } /** * @return Google_Service_Sheets_Spreadsheet */ public function getUpdatedSpreadsheet() { return $this->updatedSpreadsheet; } }