summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Response/GetDiscoverySearchConfigurationResponseMessageType.php
blob: 12ddecc26e2b1566ca4479113d3033c81249eda1 (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\Response\GetDiscoverySearchConfigurationResponseMessageType.
 */

namespace jamesiarmes\PhpEws\Response;

/**
 * Defines the response to a GetDiscoverySearchConfiguration request.
 *
 * @package php-ews\Response
 */
class GetDiscoverySearchConfigurationResponseMessageType extends ResponseMessageType
{
    /**
     * Specifies an array of discovery search configurations.
     *
     * @since Exchange 2013
     *
     * @var \jamesiarmes\PhpEws\ArrayType\ArrayOfDiscoverySearchConfigurationType
     */
    public $DiscoverySearchConfigurations;
}