Skip to content

Commit 310963b

Browse files
authored
Update ACL entity with new priority property
1 parent 1acef4b commit 310963b

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)