public class ApplyCustomerListItemsRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CustomerListAudience" type="{https://bingads.microsoft.com/CampaignManagement/v13}CustomerList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomerList |
customerListAudience |
| Constructor and Description |
|---|
ApplyCustomerListItemsRequest() |
| Modifier and Type | Method and Description |
|---|---|
CustomerList |
getCustomerListAudience()
Gets the value of the customerListAudience property.
|
void |
setCustomerListAudience(CustomerList value)
Sets the value of the customerListAudience property.
|
protected CustomerList customerListAudience
public CustomerList getCustomerListAudience()
CustomerListpublic void setCustomerListAudience(CustomerList value)
value - allowed object is
CustomerListCopyright © 2024. All rights reserved.