|
5 | 5 | namespace PHPFUI\ConstantContact\Definition; |
6 | 6 |
|
7 | 7 | /** |
8 | | - * @var \PHPFUI\ConstantContact\UUID $activity_id Unique ID for the activity. |
9 | | - * @var string $state The state of the request: initialized - request has been received processing - request is being processed completed - job completed cancelled - request was cancelled failed - job failed to complete timed_out - the request timed out before completing |
10 | | - * @var \PHPFUI\ConstantContact\DateTime $started_at Timestamp showing when we began processing the activity request, in ISO-8601 format. |
11 | | - * @var \PHPFUI\ConstantContact\DateTime $completed_at Timestamp showing when we completed processing the activity, in ISO-8601 format. |
12 | | - * @var \PHPFUI\ConstantContact\DateTime $created_at Timestamp showing when we created the activity, in ISO-8601 format. |
13 | | - * @var \PHPFUI\ConstantContact\DateTime $updated_at Timestamp showing when we last updated the activity, in ISO-8601 format. |
14 | | - * @var string $source_file_name Name of the file used for an add_contacts activity. |
15 | | - * @var int $percent_done Shows the percent done for an activity that we are still processing. |
16 | | - * @var array $activity_errors Array of messages describing the errors that occurred. |
17 | | - * @var \PHPFUI\ConstantContact\Definition\ActivityStatus $status |
18 | | - * @var \PHPFUI\ConstantContact\Definition\ActivityStatusExportLink $_links |
| 8 | + * @property \PHPFUI\ConstantContact\UUID $activity_id Unique ID for the activity. |
| 9 | + * @property string $state The state of the request: initialized - request has been received processing - request is being processed completed - job completed cancelled - request was cancelled failed - job failed to complete timed_out - the request timed out before completing |
| 10 | + * @property \PHPFUI\ConstantContact\DateTime $started_at Timestamp showing when we began processing the activity request, in ISO-8601 format. |
| 11 | + * @property \PHPFUI\ConstantContact\DateTime $completed_at Timestamp showing when we completed processing the activity, in ISO-8601 format. |
| 12 | + * @property \PHPFUI\ConstantContact\DateTime $created_at Timestamp showing when we created the activity, in ISO-8601 format. |
| 13 | + * @property \PHPFUI\ConstantContact\DateTime $updated_at Timestamp showing when we last updated the activity, in ISO-8601 format. |
| 14 | + * @property string $source_file_name Name of the file used for an add_contacts activity. |
| 15 | + * @property int $percent_done Shows the percent done for an activity that we are still processing. |
| 16 | + * @property array $activity_errors Array of messages describing the errors that occurred. |
| 17 | + * @property \PHPFUI\ConstantContact\Definition\ActivityStatus $status |
| 18 | + * @property \PHPFUI\ConstantContact\Definition\ActivityStatusExportLink $_links |
19 | 19 | */ |
20 | 20 | class Activity extends \PHPFUI\ConstantContact\Definition\Base |
21 | 21 | { |
|
0 commit comments