<?php
// Generated file. Do not edit by hand. Use update.php in project root.
namespace PHPFUI\ConstantContact\Definition;
/**
* @property string $name The segment's unique descriptive name.
*/
class SegmentName extends \PHPFUI\ConstantContact\Definition\Base
{
protected static array $fields = [
'name' => 'string',
];
}