<?php
// Generated file. Do not edit by hand. Use update.php in project root.
namespace PHPFUI\ConstantContact\Definition;
/**
* @property int $privilege_id Identifies a user privilege in Constant Contact.
* @property string $privilege_name The name of the Constant Contact user privilege.
*/
class UserPrivilegesResource extends \PHPFUI\ConstantContact\Definition\Base
{
protected static array $fields = [
'privilege_id' => 'int',
'privilege_name' => 'string',
];
}