public class AudienceDimension extends AudienceGroupDimension
Java class for AudienceDimension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AudienceDimension">
<complexContent>
<extension base="{https://bingads.microsoft.com/CampaignManagement/v13}AudienceGroupDimension">
<sequence>
<element name="Audiences" type="{https://bingads.microsoft.com/CampaignManagement/v13}ArrayOfAudienceInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfAudienceInfo |
audiences |
type| Constructor and Description |
|---|
AudienceDimension() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfAudienceInfo |
getAudiences()
Gets the value of the audiences property.
|
void |
setAudiences(ArrayOfAudienceInfo value)
Sets the value of the audiences property.
|
getType, setTypeprotected ArrayOfAudienceInfo audiences
public ArrayOfAudienceInfo getAudiences()
ArrayOfAudienceInfopublic void setAudiences(ArrayOfAudienceInfo value)
value - allowed object is
ArrayOfAudienceInfoCopyright © 2024. All rights reserved.