replies = $replies;
}
/**
* @return Response[]
*/
public function getReplies()
{
return $this->replies;
}
/**
* @param string
*/
public function setSpreadsheetId($spreadsheetId)
{
$this->spreadsheetId = $spreadsheetId;
}
/**
* @return string
*/
public function getSpreadsheetId()
{
return $this->spreadsheetId;
}
/**
* @param Spreadsheet
*/
public function setUpdatedSpreadsheet(Spreadsheet $updatedSpreadsheet)
{
$this->updatedSpreadsheet = $updatedSpreadsheet;
}
/**
* @return Spreadsheet
*/
public function getUpdatedSpreadsheet()
{
return $this->updatedSpreadsheet;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(BatchUpdateSpreadsheetResponse::class, 'Google_Service_Sheets_BatchUpdateSpreadsheetResponse');