| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202102 |
| Modifier and Type | Field and Description |
|---|---|
static AdExclusionRuleType |
AdExclusionRuleType.LABEL |
static AdExclusionRuleType |
AdExclusionRuleType.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static AdExclusionRuleType |
AdExclusionRuleType.fromString(String value) |
static AdExclusionRuleType |
AdExclusionRuleType.fromValue(String value) |
AdExclusionRuleType |
AdExclusionRule.getType()
Gets the type value for this AdExclusionRule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdExclusionRule.setType(AdExclusionRuleType type)
Sets the type value for this AdExclusionRule.
|
| Constructor and Description |
|---|
AdExclusionRule(Long id,
String name,
Boolean isActive,
InventoryTargeting inventoryTargeting,
Boolean isBlockAll,
long[] blockedLabelIds,
long[] allowedLabelIds,
AdExclusionRuleType type) |
Copyright © 2022. All rights reserved.