summaryrefslogblamecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Response/GetUserRetentionPolicyTagsResponseMessageType.php
blob: 79ef601a10a85d8a3aedcc8817dbd41f6d2b3865 (plain) (tree)






















                                                                                       
<?php
/**
 * Contains \jamesiarmes\PhpEws\Response\GetUserRetentionPolicyTagsResponseMessageType.
 */

namespace jamesiarmes\PhpEws\Response;

/**
 * Defines the response to a GetRetentionPolicyTags request.
 *
 * @package php-ews\Response
 */
class GetUserRetentionPolicyTagsResponseMessageType extends ResponseMessageType
{
    /**
     * Contains a list of retention tags.
     *
     * @since Exchange 2013
     *
     * @var \jamesiarmes\PhpEws\ArrayType\ArrayOfRetentionPolicyTagsType
     */
    public $RetentionPolicyTags;
}