<?php
// Generated file. Do not edit by hand. Use update.php in project root.
namespace PHPFUI\ConstantContact\Definition;
/**
* @property \PHPFUI\ConstantContact\Definition\PagedResponseLinkRelDto $next Link to retrieve the next page of results. This will be absent for the last page.
*/
class PagedResponseLinksDto extends \PHPFUI\ConstantContact\Definition\Base
{
protected static array $fields = [
'next' => '\PHPFUI\ConstantContact\Definition\PagedResponseLinkRelDto',
];
}