destinationSpreadsheetId = $destinationSpreadsheetId; } /** * @return string */ public function getDestinationSpreadsheetId() { return $this->destinationSpreadsheetId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CopySheetToAnotherSpreadsheetRequest::class, 'Google_Service_Sheets_CopySheetToAnotherSpreadsheetRequest');