<?php
// Generated file. Do not edit by hand. Use update.php in project root.
namespace PHPFUI\ConstantContact\Definition;
/**
* @property string $error_key Identifies the type of error.
* @property string $error_message Description of the error.
*/
class AuthorizationErrorSchema extends \PHPFUI\ConstantContact\Definition\Base
{
protected static array $fields = [
'error_key' => 'string',
'error_message' => 'string',
];
}