Skip to content

Commit 6ac7db8

Browse files
author
dawid.hochman
committed
added the hasRestrictedServerView property to the Account Contact entity
1 parent 0494886 commit 6ac7db8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Account/Entities/Contact.php

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class Contact
1616
public $thresholdMonitoringAlertsEmail;
1717
public $monitoringAlertsSms;
1818
public $thresholdMonitoringAlertsSms;
19+
public $hasRestrictedServerView;
1920

2021
/**
2122
* Contact constructor.
@@ -39,6 +40,8 @@ public function __construct($item = null)
3940
$this->thresholdMonitoringAlertsEmail = $item->threshold_monitoring_alerts_email;
4041
$this->monitoringAlertsSms = $item->monitoring_alerts_sms;
4142
$this->thresholdMonitoringAlertsSms = $item->threshold_monitoring_alerts_sms;
43+
44+
$this->hasRestrictedServerView = $item->has_restricted_server_view;
4245
}
4346

4447
/**

0 commit comments

Comments
 (0)