type property

String? type
getter/setter pair

The type of this shared set: each shared set holds only a single kind of resource.

Required. Immutable.

Immutable. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "NEGATIVE_KEYWORDS" : A set of keywords that can be excluded from targeting.
  • "NEGATIVE_PLACEMENTS" : A set of placements that can be excluded from targeting.
  • "ACCOUNT_LEVEL_NEGATIVE_KEYWORDS" : An account-level set of keywords that can be excluded from targeting.
  • "BRANDS" : A set of brands can be included or excluded from targeting.
  • "WEBPAGES" : A set of webpages that can be excluded from targeting. This shared set type is not publicly available.
  • "VERTICAL_ADS_ITEM_GROUP_RULE_LIST" : A set of vertical ads item group rules that can be included or excluded from targeting in Vertical Ads (e.g., for hotel ads).

Implementation

core.String? type;