summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Response/InstallAppResponseType.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Response/InstallAppResponseType.php')
-rw-r--r--modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Response/InstallAppResponseType.php34
1 files changed, 34 insertions, 0 deletions
diff --git a/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Response/InstallAppResponseType.php b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Response/InstallAppResponseType.php
new file mode 100644
index 00000000..673eedac
--- /dev/null
+++ b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Response/InstallAppResponseType.php
@@ -0,0 +1,34 @@
+<?php
+/**
+ * Contains \jamesiarmes\PhpEws\Response\InstallAppResponseType.
+ */
+
+namespace jamesiarmes\PhpEws\Response;
+
+/**
+ * Defines the response to an InstallApp request.
+ *
+ * @package php-ews\Response
+ */
+class InstallAppResponseType extends ResponseMessageType
+{
+ /**
+ * Undocumented.
+ *
+ * @since Exchange 2016
+ *
+ * @var \jamesiarmes\PhpEws\Type\InstalledAppType
+ *
+ * @todo Update once documentation exists.
+ */
+ public $Extension;
+
+ /**
+ * Whether this is the first time the app is being installed.
+ *
+ * @since Exchange 2016
+ *
+ * @var boolean
+ */
+ public $WasFirstInstall;
+}