<?php
// Generated file. Do not edit by hand. Use update.php in project root.
namespace PHPFUI\ConstantContact\Definition;
/**
* @property \PHPFUI\ConstantContact\Definition\ActivityStatusExportLink $ActivityStatusExportLink HATEOS-style link to the activity status (this object).
* @property \PHPFUI\ConstantContact\Definition\Result $results Link to an activity result resource; as an example, for file_export, the link to the exported contacts file.
*/
class ActivityStatusExportLink extends \PHPFUI\ConstantContact\Definition\Base
{
protected static array $fields = [
'ActivityStatusExportLink' => '\PHPFUI\ConstantContact\Definition\ActivityStatusExportLink',
'results' => '\PHPFUI\ConstantContact\Definition\Result',
];
}