<?php
// Generated file. Do not edit by hand. Use update.php in project root.
namespace PHPFUI\ConstantContact\Definition;
/**
* @property array<\PHPFUI\ConstantContact\Definition\ConnectionDto> $connections List of established social network connections for the account.
*/
class ConnectionResponseDto extends \PHPFUI\ConstantContact\Definition\Base
{
protected static array $fields = [
'connections' => 'array<\PHPFUI\ConstantContact\Definition\ConnectionDto>',
];
}