<?php

namespace Microsoft\Graph\Generated\Models;

use Microsoft\Kiota\Abstractions\Enum;

class NotificationTemplateBrandingOptions extends Enum {
    public const NONE = "none";
    public const INCLUDE_COMPANY_LOGO = "includeCompanyLogo";
    public const INCLUDE_COMPANY_NAME = "includeCompanyName";
    public const INCLUDE_CONTACT_INFORMATION = "includeContactInformation";
    public const INCLUDE_COMPANY_PORTAL_LINK = "includeCompanyPortalLink";
    public const INCLUDE_DEVICE_DETAILS = "includeDeviceDetails";
    public const UNKNOWN_FUTURE_VALUE = "unknownFutureValue";
}
