Source code for models_v2.ad_class_constants_1_enum
# -*- coding: utf-8 -*-
[docs]class AdClassConstants1Enum(object):
"""Implementation of the 'AdClassConstants1' enum.
AD Class Constants
Attributes:
USER: TODO: type description here.
GROUP: TODO: type description here.
COMPUTER: TODO: type description here.
WELLKNOWNPRINCIPAL: TODO: type description here.
"""
USER = 'user'
GROUP = 'group'
COMPUTER = 'computer'
WELLKNOWNPRINCIPAL = 'wellKnownPrincipal'