| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202111 |
| Modifier and Type | Method and Description |
|---|---|
ChildPublisher |
Company.getChildPublisher()
Gets the childPublisher value for this Company.
|
ChildPublisher[] |
Network.getChildPublishers()
Gets the childPublishers value for this Network.
|
ChildPublisher |
Network.getChildPublishers(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
Company.setChildPublisher(ChildPublisher childPublisher)
Sets the childPublisher value for this Company.
|
void |
Network.setChildPublishers(ChildPublisher[] childPublishers)
Sets the childPublishers value for this Network.
|
void |
Network.setChildPublishers(int i,
ChildPublisher _value) |
| Constructor and Description |
|---|
Company(Long id,
String name,
CompanyType type,
String address,
String email,
String faxPhone,
String primaryPhone,
String externalId,
String comment,
CompanyCreditStatus creditStatus,
CompanySettings settings,
AppliedLabel[] appliedLabels,
Long primaryContactId,
long[] appliedTeamIds,
Integer thirdPartyCompanyId,
DateTime lastModifiedDateTime,
ChildPublisher childPublisher,
ViewabilityProvider viewabilityProvider) |
Network(Long id,
String displayName,
String networkCode,
String propertyCode,
String timeZone,
String currencyCode,
String[] secondaryCurrencyCodes,
String effectiveRootAdUnitId,
Boolean isTest,
ChildPublisher[] childPublishers) |
Copyright © 2021. All rights reserved.