Copied!
<?php // Generated file. Do not edit by hand. Use update.php in project root. namespace PHPFUI\ConstantContact\Definition; /** * @property string $path_param_key The name of the path parameter. * @property string $path_param_value The value of the path parameter. */ class PathParamObject extends \PHPFUI\ConstantContact\Definition\Base { protected static array $fields = [ 'path_param_key' => 'string', 'path_param_value' => 'string',	];	} 
© 2025 Bruce Wells