<?php
// Generated file. Do not edit by hand. Use update.php in project root.
namespace PHPFUI\ConstantContact\Definition;
/**
* @property string $key
* @property string $value
* @property string $display_value
*/
class AutomationStructuredTag extends \PHPFUI\ConstantContact\Definition\Base
{
protected static array $fields = [
'key' => 'string',
'value' => 'string',
'display_value' => 'string',
];
}