Copied!
<?php

// Generated file. Do not edit by hand. Use update.php in project root.

namespace PHPFUI\ConstantContact\Definition;

/**
 * @property string $status The upload status.
 * @property string $description File description.
 * @property int $file_id Identifies the file in MyLibrary.
 */
class FileStatusArray extends \PHPFUI\ConstantContact\Definition\Base
	{
	protected static array $fields = [
		'status' => 'string',
		'description' => 'string',
		'file_id' => 'int',

	];
	}
© 2026 Bruce Wells
Search Namespaces \ Classes
Configuration