public class Platform extends Criterion
A criterion of this type can only be created using an ID. This is enabled for AdX.
Java class for Platform complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Platform">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}Criterion">
<sequence>
<element name="platformName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
platformName |
criterionType, id, type| Constructor and Description |
|---|
Platform() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPlatformName()
Gets the value of the platformName property.
|
void |
setPlatformName(String value)
Sets the value of the platformName property.
|
getCriterionType, getId, getType, setCriterionType, setId, setTypeprotected String platformName
Copyright © 2023. All rights reserved.