public class TargetingValue extends ObjectValue
Targeting value.
This object is experimental! TargetingValue is an experimental, innovative,
and rapidly changing new feature for DFP. Unfortunately, being on the bleeding edge means that we
may make backwards-incompatible changes to TargetingValue. We will inform the
community when this feature is no longer experimental.
Java class for TargetingValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TargetingValue">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201708}ObjectValue">
<sequence>
<element name="value" type="{https://www.google.com/apis/ads/publisher/v201708}Targeting" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TargetingValue() |
| Modifier and Type | Method and Description |
|---|---|
Targeting |
getValue()
Gets the value of the value property.
|
void |
setValue(Targeting value)
Sets the value of the value property.
|
protected Targeting value
Copyright © 2018. All Rights Reserved.