Skip to content

Commit e0f665a

Browse files
authored
Merge pull request #491 from ukfast/rbibby-patch-1
Update ACL entity with new priority property
2 parents 1acef4b + 310963b commit e0f665a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/Loadbalancers/Entities/Acl.php

+7-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
use UKFast\SDK\Entity;
66

77
/**
8-
* @property string $id
9-
* @property string $listenerId
10-
* @property string $targetGroupId
11-
* @property string $createdAt
12-
* @property string $updatedAt
8+
* @property int $id
9+
* @property string $name
10+
* @property int $priority
11+
* @property int $listenerId
12+
* @property int $targetGroupId
13+
* @property \DateTime $createdAt
14+
* @property \DateTime $updatedAt
1315
*/
1416
class Acl extends Entity
1517
{

0 commit comments

Comments
 (0)