|
| 1 | +<?php |
| 2 | + |
| 3 | +// Generated file. Do not edit by hand. Use update.php in project root. |
| 4 | + |
| 5 | +namespace PHPFUI\ConstantContact\Definition; |
| 6 | + |
| 7 | +/** |
| 8 | + * @property string $activity_id The system assigned UUID that uniquely identifies an activity. |
| 9 | + * @property string $state The activity processing state. |
| 10 | + * @property \PHPFUI\ConstantContact\DateTime $started_at Timestamp showing when processing started for the activity, in ISO-8601 format. |
| 11 | + * @property \PHPFUI\ConstantContact\DateTime $completed_at Timestamp showing when processing completed for the activity, in ISO-8601 format. |
| 12 | + * @property \PHPFUI\ConstantContact\DateTime $created_at Timestamp showing when the activity was first requested, in ISO-8601 format. |
| 13 | + * @property \PHPFUI\ConstantContact\DateTime $updated_at Timestamp showing when the activity was last updated, in ISO-8601 format. |
| 14 | + * @property int $percent_done The processing percent complete for the activity. |
| 15 | + * @property array $activity_errors An array of error message strings describing the errors that occurred. |
| 16 | + * @property \PHPFUI\ConstantContact\Definition\Status $status |
| 17 | + * @property \PHPFUI\ConstantContact\Definition\Link $_links |
| 18 | + */ |
| 19 | +class ActivityDeleteListsResponse extends \PHPFUI\ConstantContact\Definition\Base |
| 20 | + { |
| 21 | + protected static array $fields = [ |
| 22 | + 'activity_id' => 'string', |
| 23 | + 'state' => ['initialized', 'processing', 'completed', 'cancelled', 'failed', 'timed_out'], |
| 24 | + 'started_at' => '\PHPFUI\ConstantContact\DateTime', |
| 25 | + 'completed_at' => '\PHPFUI\ConstantContact\DateTime', |
| 26 | + 'created_at' => '\PHPFUI\ConstantContact\DateTime', |
| 27 | + 'updated_at' => '\PHPFUI\ConstantContact\DateTime', |
| 28 | + 'percent_done' => 'int', |
| 29 | + 'activity_errors' => 'array', |
| 30 | + 'status' => '\PHPFUI\ConstantContact\Definition\Status', |
| 31 | + '_links' => '\PHPFUI\ConstantContact\Definition\Link', |
| 32 | + |
| 33 | + ]; |
| 34 | + } |
0 commit comments