<?php
// Generated file. Do not edit by hand. Use update.php in project root.
namespace PHPFUI\ConstantContact\Definition;
/**
* @property \PHPFUI\ConstantContact\Definition\ReportingNext $next Contains the next page link if it is available.
*/
class ReportingLinks extends \PHPFUI\ConstantContact\Definition\Base
{
protected static array $fields = [
'next' => '\PHPFUI\ConstantContact\Definition\ReportingNext',
];
}