You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ConstantContact/Definition/Activity.php
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
<?php
2
2
3
+
// Generated file. Do not edit by hand. Use update.php in project root.
4
+
3
5
namespacePHPFUI\ConstantContact\Definition;
4
6
5
7
/**
6
-
* @var PHPFUI\ConstantContact\UUID $activity_id Unique ID for the activity.
8
+
* @var \PHPFUI\ConstantContact\UUID $activity_id Unique ID for the activity.
7
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
8
10
* @var DateTime $started_at Timestamp showing when we began processing the activity request, in ISO-8601 format.
9
11
* @var DateTime $completed_at Timestamp showing when we completed processing the activity, in ISO-8601 format.
@@ -18,7 +20,7 @@ class Activity extends \PHPFUI\ConstantContact\Definition\Base
Copy file name to clipboardExpand all lines: src/ConstantContact/Definition/ActivityDeleteListResponse.php
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
<?php
2
2
3
+
// Generated file. Do not edit by hand. Use update.php in project root.
4
+
3
5
namespacePHPFUI\ConstantContact\Definition;
4
6
5
7
/**
6
-
* @var PHPFUI\ConstantContact\UUID $activity_id Unique ID for the delete list batch job
8
+
* @var \PHPFUI\ConstantContact\UUID $activity_id Unique ID for the delete list batch job
7
9
* @var string $state The state of the delete list request: 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
8
10
* @var DateTime $created_at Date and time that the request was received, in ISO-8601 formmat.
9
11
* @var DateTime $updated_at Date and time that the request status was updated, in ISO-8601 format.
@@ -15,13 +17,13 @@ class ActivityDeleteListResponse extends \PHPFUI\ConstantContact\Definition\Base
Copy file name to clipboardExpand all lines: src/ConstantContact/Definition/ActivityDeleteStatus.php
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
<?php
2
2
3
+
// Generated file. Do not edit by hand. Use update.php in project root.
4
+
3
5
namespacePHPFUI\ConstantContact\Definition;
4
6
5
7
/**
6
-
* @var PHPFUI\ConstantContact\UUID $activity_id Unique ID for the activity.
8
+
* @var \PHPFUI\ConstantContact\UUID $activity_id Unique ID for the activity.
7
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
8
10
* @var DateTime $started_at Timestamp showing when we began processing the activity request, in ISO-8601 format.
9
11
* @var DateTime $completed_at Timestamp showing when we completed processing the activity, in ISO-8601 format.
@@ -17,16 +19,16 @@ class ActivityDeleteStatus extends \PHPFUI\ConstantContact\Definition\Base
Copy file name to clipboardExpand all lines: src/ConstantContact/Definition/ActivityExportStatus.php
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
<?php
2
2
3
+
// Generated file. Do not edit by hand. Use update.php in project root.
4
+
3
5
namespacePHPFUI\ConstantContact\Definition;
4
6
5
7
/**
6
-
* @var PHPFUI\ConstantContact\UUID $activity_id Unique ID for the activity.
8
+
* @var \PHPFUI\ConstantContact\UUID $activity_id Unique ID for the activity.
7
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
8
10
* @var DateTime $started_at Timestamp showing when we began processing the activity request, in ISO-8601 format.
9
11
* @var DateTime $completed_at Timestamp showing when we completed processing the activity, in ISO-8601 format.
@@ -17,16 +19,16 @@ class ActivityExportStatus extends \PHPFUI\ConstantContact\Definition\Base
0 commit comments