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