Copied!
<?php

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

namespace PHPFUI\ConstantContact\Definition;

/**
 * @property int $items_total_count The total number of items processed for the requested activity.
 * @property int $items_completed_count The total number of items for which processing completed for the requested activity.
 */
class ActivityTaggingStatus extends \PHPFUI\ConstantContact\Definition\Base
	{
	protected static array $fields = [
		'items_total_count' => 'int',
		'items_completed_count' => 'int',

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