<?php
// Generated file. Do not edit by hand. Use update.php in project root.
namespace PHPFUI\ConstantContact\Definition;
/**
* @property array<\PHPFUI\ConstantContact\UUID> $contact_ids Identifies the contacts, by <code>contact_id</code>, to exclude from the add or remove tags activity.
*/
class Exclude extends \PHPFUI\ConstantContact\Definition\Base
{
protected static array $fields = [
'contact_ids' => 'array<\PHPFUI\ConstantContact\UUID>',
];
}