models.ad_attribute_flag_enum module

class models.ad_attribute_flag_enum.AdAttributeFlagEnum[source]

Bases: object

Implementation of the ‘AdAttributeFlag’ enum.

TODO: type enum description here.

Attributes:

KEQUAL: TODO: type description here. KNOTEQUAL: TODO: type description here. KNOTFOUND: TODO: type description here. KSYSTEM: TODO: type description here. KMULTIVALUE: TODO: type description here.

KEQUAL = 'kEqual'
KMULTIVALUE = 'kMultiValue'
KNOTEQUAL = 'kNotEqual'
KNOTFOUND = 'kNotFound'
KSYSTEM = 'kSystem'