<?php
// Generated file. Do not edit by hand. Use update.php in project root.
namespace PHPFUI\ConstantContact\Definition;
/**
* @property string $href The next link in the page or null if there are no additional pages.
*/
class ReportingNext extends \PHPFUI\ConstantContact\Definition\Base
{
protected static array $fields = [
'href' => 'string',
];
}