<?php
// Generated file. Do not edit by hand. Use update.php in project root.
namespace PHPFUI\ConstantContact\Definition;
/**
* @property array<\PHPFUI\ConstantContact\UUID> $list_ids The array of contact lists <code>list_id</code> to delete.
*/
class ListIdList100 extends \PHPFUI\ConstantContact\Definition\Base
{
protected static array $fields = [
'list_ids' => 'array<\PHPFUI\ConstantContact\UUID>',
];
protected static array $maxLength = [
'list_ids' => 100,
];
}