Copied!
<?php

// Generated file. Do not edit by hand. Use update.php in project root.

namespace PHPFUI\ConstantContact\Definition;

/**
 * @property string $name The new tag name to use. The tag name must be unique.
 */
class TagPut extends \PHPFUI\ConstantContact\Definition\Base
	{
	protected static array $fields = [
		'name' => 'string',

	];

	protected static array $maxLength = [
		'name' => 255,

	];

	protected static array $minLength = [
		'name' => 1,

	];
	}
© 2026 Bruce Wells
Search Namespaces \ Classes
Configuration