summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/AddressListIdType.php
blob: 311f6b168378eedffdd5c1ce6305664df468f2fd (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\Type\AddressListIdType.
 */

namespace jamesiarmes\PhpEws\Type;

use jamesiarmes\PhpEws\Type;

/**
 * Defines the identifier of an address list.
 *
 * @package php-ews\Type
 */
class AddressListIdType extends Type
{
    /**
     * A string address list identifier.
     *
     * This attribute is required.
     *
     * @since Exchange 2013
     *
     * @var string
     */
    public $Id;
}