inheritance property

String? inheritance
getter/setter pair

The inheritance status of the assigned targeting option.

Output only. Possible string values are:

  • "INHERITANCE_UNSPECIFIED" : The inheritance is unspecified or unknown.
  • "NOT_INHERITED" : The assigned targeting option is not inherited from higher level entity.
  • "INHERITED_FROM_PARTNER" : The assigned targeting option is inherited from partner targeting settings.
  • "INHERITED_FROM_ADVERTISER" : The assigned targeting option is inherited from advertiser targeting settings.

Implementation

core.String? inheritance;