rows = $rows; } /** * @return Row[] */ public function getRows() { return $this->rows; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BatchUpdateRowsResponse::class, 'Google_Service_Area120Tables_BatchUpdateRowsResponse');