Source code for models_v2.ad_object_type_enum

# -*- coding: utf-8 -*-

[docs]class AdObjectTypeEnum(object): """Implementation of the 'adObjectType' enum. TODO: type enum description here. Attributes: KROOTCONTAINER: TODO: type description here. KDOMAINCONTROLLER: TODO: type description here. """ KROOTCONTAINER = 'kRootContainer' KDOMAINCONTROLLER = 'kDomainController'