summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/ArrayType/ArrayOfNonIndexableItemStatisticsType.php
blob: 631649725241496f94d0c9fcb81ae8747464f498 (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
24
25
<?php
/**
 * Contains \jamesiarmes\PhpEws\ArrayType\ArrayOfNonIndexableItemStatisticsType.
 */

namespace jamesiarmes\PhpEws\ArrayType;

use \jamesiarmes\PhpEws\ArrayType;

/**
 * Defines an array of statistics for items that could not be indexed.
 *
 * @package php-ews\Array
 */
class ArrayOfNonIndexableItemStatisticsType extends ArrayType
{
    /**
     * Contains a single statistic for an item that could not be indexed.
     *
     * @since Exchange 2013
     *
     * @var \jamesiarmes\PhpEws\Type\NonIndexableItemStatisticType[]
     */
    public $NonIndexableItemStatistic = array();
}