<?php
// Generated file. Do not edit by hand. Use update.php in project root.
namespace PHPFUI\ConstantContact\Definition;
/**
* @property string $href The URI of a page of results.
*/
class PagedResponseLinkRelDto extends \PHPFUI\ConstantContact\Definition\Base
{
protected static array $fields = [
'href' => 'string',
];
protected static array $requiredFields = [
'href',
];
}