summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Request/UninstallAppType.php
blob: 1384f27ec727edbdba53a89b247ee17852b6a87b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?php
/**
 * Contains \jamesiarmes\PhpEws\Request\UninstallAppType.
 */

namespace jamesiarmes\PhpEws\Request;

/**
 * Defines a request to uninstall an app by its identifier.
 *
 * @package php-ews\Request
 */
class UninstallAppType extends BaseRequestType
{
    /**
     * Specifies the identifier of an app.
     *
     * @since Exchange 2013
     *
     * @var string
     */
    public $ID;
}