- property \PHPFUI\ConstantContact\Definition\Source $source Select the source used to identify contacts to which a tag is added or removed. Source types are mutually exclusive.
- property \PHPFUI\ConstantContact\Definition\Exclude $exclude Use to exclude specified contacts from being added or removed from a tag. Only applicable if the specified source is either all_active_contacts or list_ids.
- property \PHPFUI\ConstantContact\UUID[] $tag_ids An array of tags (tag_id) to add to all contacts meeting the specified source criteria.
CloneableInstantiable
Methods |
Properties |
protected static array $fields = ['source' => '\PHPFUI\ConstantContact\Definition\Source', 'exclude' => '\PHPFUI\ConstantContact\Definition\Exclude', 'tag_ids' => 'array<\PHPFUI\ConstantContact\UUID>'] |
protected static array $maxLength = ['tag_ids' => 50] |
Properties |
protected static array $fields = ['source' => '\PHPFUI\ConstantContact\Definition\Source', 'exclude' => '\PHPFUI\ConstantContact\Definition\Exclude', 'tag_ids' => 'array<\PHPFUI\ConstantContact\UUID>'] |
protected static array $maxLength = ['tag_ids' => 50] |