public class AudienceSegmentPremiumFeature extends PremiumFeature
Java class for AudienceSegmentPremiumFeature complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AudienceSegmentPremiumFeature">
<complexContent>
<extension base="{https://www.google.com/apis/ads/publisher/v201805}PremiumFeature">
<sequence>
<element name="audienceSegmentId" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
audienceSegmentId |
| Constructor and Description |
|---|
AudienceSegmentPremiumFeature() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAudienceSegmentId()
Gets the value of the audienceSegmentId property.
|
void |
setAudienceSegmentId(Long value)
Sets the value of the audienceSegmentId property.
|
Copyright © 2018. All Rights Reserved.