- property string $activity_id The system assigned UUID that uniquely identifies an activity.
- property string $state The activity processing state.
- property \PHPFUI\ConstantContact\DateTime $started_at Timestamp showing when processing started for the activity, in ISO-8601 format.
- property \PHPFUI\ConstantContact\DateTime $completed_at Timestamp showing when processing completed for the activity, in ISO-8601 format.
- property \PHPFUI\ConstantContact\DateTime $created_at Timestamp showing when the activity was first requested, in ISO-8601 format.
- property \PHPFUI\ConstantContact\DateTime $updated_at Timestamp showing when the activity was last updated, in ISO-8601 format.
- property int $percent_done The processing percent complete for the activity.
- property array $activity_errors An array of error message strings describing the errors that occurred.
- property \PHPFUI\ConstantContact\Definition\Status $status
- property \PHPFUI\ConstantContact\Definition\Link $_links
CloneableInstantiable
Methods |
Properties |
protected static array $fields = ['activity_id' => 'string', 'state' => 'string', 'started_at' => '\PHPFUI\ConstantContact\DateTime', 'completed_at' => '\PHPFUI\ConstantContact\DateTime', 'created_at' => '\PHPFUI\ConstantContact\DateTime', 'updated_at' => '\PHPFUI\ConstantContact\DateTime', 'percent_done' => 'int', 'activity_errors' => 'array', 'status' => '\PHPFUI\ConstantContact\Definition\Status', '_links' => '\PHPFUI\ConstantContact\Definition\Link'] |
Properties |
protected static array $fields = ['activity_id' => 'string', 'state' => 'string', 'started_at' => '\PHPFUI\ConstantContact\DateTime', 'completed_at' => '\PHPFUI\ConstantContact\DateTime', 'created_at' => '\PHPFUI\ConstantContact\DateTime', 'updated_at' => '\PHPFUI\ConstantContact\DateTime', 'percent_done' => 'int', 'activity_errors' => 'array', 'status' => '\PHPFUI\ConstantContact\Definition\Status', '_links' => '\PHPFUI\ConstantContact\Definition\Link'] |