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

namespace jamesiarmes\PhpEws\Response;

/**
 * Defines the response to a GetNonIndexableItemStatistics request.
 *
 * @package php-ews\Response
 */
class GetNonIndexableItemStatisticsResponseMessageType extends ResponseMessageType
{
    /**
     * Contains an array of statistics for items that could not be indexed.
     *
     * @since Exchange 2013
     *
     * @var \jamesiarmes\PhpEws\ArrayType\ArrayOfNonIndexableItemStatisticsType
     */
    public $NonIndexableItemStatistics;
}