summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/ArrayType/ArrayOfFreeBusyResponse.php
blob: 4226b8942ffda7a1ce6bc4ddc2e1570dcf723675 (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
26
27
<?php
/**
 * Contains \jamesiarmes\PhpEws\ArrayType\ArrayOfFreeBusyResponse.
 */

namespace jamesiarmes\PhpEws\ArrayType;

use \jamesiarmes\PhpEws\ArrayType;

/**
 * Represents the requested users' availability information and the response
 * status.
 *
 * @package php-ews\Array
 */
class ArrayOfFreeBusyResponse extends ArrayType
{
    /**
     * Contains the free/busy information for a single mailbox user and the
     * response status.
     *
     * @since Exchange 2007
     *
     * @var \jamesiarmes\PhpEws\Type\FreeBusyResponseType[]
     */
    public $FreeBusyResponse = array();
}