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