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