public class FeedItemGeoRestriction extends Object
Java class for FeedItemGeoRestriction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeedItemGeoRestriction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="geoRestriction" type="{https://adwords.google.com/api/adwords/cm/v201809}GeoRestriction" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GeoRestriction |
geoRestriction |
| Constructor and Description |
|---|
FeedItemGeoRestriction() |
| Modifier and Type | Method and Description |
|---|---|
GeoRestriction |
getGeoRestriction()
Gets the value of the geoRestriction property.
|
void |
setGeoRestriction(GeoRestriction value)
Sets the value of the geoRestriction property.
|
protected GeoRestriction geoRestriction
public GeoRestriction getGeoRestriction()
GeoRestrictionpublic void setGeoRestriction(GeoRestriction value)
value - allowed object is
GeoRestrictionCopyright © 2023. All rights reserved.