<?php
// Generated file. Do not edit by hand. Use update.php in project root.
namespace PHPFUI\ConstantContact\Definition;
/**
* @property int $width Thumbnail width.
* @property int $height Thumbnail height.
* @property string $url Thumbnail url.
*/
class Thumbnail extends \PHPFUI\ConstantContact\Definition\Base
{
protected static array $fields = [
'width' => 'int',
'height' => 'int',
'url' => 'string',
];
}